Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / utils / GraphColor.hs
index 8e7989d..e381fbf 100644 (file)
@@ -19,7 +19,7 @@ import GraphOps
 import GraphPpr
 
 import Unique
-import UniqFM
+import LazyUniqFM
 import UniqSet
 import Outputable