X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FNewDemand.lhs;h=062e25ff3097729c624c1592d7d8111401684ab6;hb=e415eeaf6c7771488af24758ca5b9c22c42be3a6;hp=23619720371155bc67a31b46d74d9b0742b99d79;hpb=727fae32ea0b6ca6ebdf1b3137649813e4d7ac3d;p=ghc-hetmet.git diff --git a/compiler/basicTypes/NewDemand.lhs b/compiler/basicTypes/NewDemand.lhs index 2361972..062e25f 100644 --- a/compiler/basicTypes/NewDemand.lhs +++ b/compiler/basicTypes/NewDemand.lhs @@ -35,7 +35,7 @@ module NewDemand( import StaticFlags import BasicTypes import VarEnv -import LazyUniqFM +import UniqFM import Util import Outputable \end{code}