Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / basicTypes / NewDemand.lhs
index 062e25f..2361972 100644 (file)
@@ -35,7 +35,7 @@ module NewDemand(
 import StaticFlags
 import BasicTypes
 import VarEnv
-import UniqFM
+import LazyUniqFM
 import Util
 import Outputable
 \end{code}