Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / nativeGen / RegAllocColor.hs
index e2e002a..51a0bff 100644 (file)
@@ -24,7 +24,7 @@ import PprMach
 
 import UniqSupply
 import UniqSet
-import LazyUniqFM
+import UniqFM
 import Bag
 import Outputable
 import DynFlags