Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / utils / UniqSet.lhs
index 90e0c9f..9a03315 100644 (file)
@@ -22,7 +22,7 @@ module UniqSet (
     ) where
 
 import Maybes
-import LazyUniqFM
+import UniqFM
 import Unique
 
 #if ! OMIT_NATIVE_CODEGEN