Be a bit more consistent about what's a set and what's a map
[ghc-hetmet.git] / compiler / basicTypes / NewDemand.lhs
index f0b3191..2361972 100644 (file)
@@ -9,7 +9,7 @@
 -- The above warning supression flag is a temporary kludge.
 -- While working on this module you are encouraged to remove it and fix
 -- any warnings in the module. See
---     http://hackage.haskell.org/trac/ghc/wiki/CodingStyle#Warnings
+--     http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
 -- for details
 
 module NewDemand(
@@ -35,7 +35,7 @@ module NewDemand(
 import StaticFlags
 import BasicTypes
 import VarEnv
-import UniqFM
+import LazyUniqFM
 import Util
 import Outputable
 \end{code}