Remove LazyUniqFM; fixes trac #3880
[ghc-hetmet.git] / compiler / basicTypes / NameEnv.lhs
index 4b8085d..022258d 100644 (file)
@@ -24,7 +24,7 @@ module NameEnv (
 
 import Name
 import Unique
 
 import Name
 import Unique
-import LazyUniqFM
+import UniqFM
 import Maybes
 import Outputable
 \end{code}
 import Maybes
 import Outputable
 \end{code}