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