Make some more modules use LazyUniqFM instead of UniqFM
[ghc-hetmet.git] / compiler / simplCore / OccurAnal.lhs
index bdf38ee..efc51ba 100644 (file)
@@ -33,7 +33,7 @@ import Maybes         ( orElse )
 import Digraph         ( stronglyConnCompR, SCC(..) )
 import PrelNames       ( buildIdKey, foldrIdKey, runSTRepIdKey, augmentIdKey )
 import Unique          ( Unique )
-import UniqFM          ( keysUFM, intersectUFM_C, foldUFM_Directly )
+import LazyUniqFM              ( keysUFM, intersectUFM_C, foldUFM_Directly )
 import Util            ( mapAndUnzip )
 import Outputable