Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / utils / GraphPpr.hs
index 1df5158..0e82b31 100644 (file)
@@ -12,7 +12,7 @@ import GraphBase
 import Outputable
 import Unique
 import UniqSet
-import UniqFM
+import LazyUniqFM
 
 import Data.List
 import Data.Maybe