Convert more UniqFM's back to LazyUniqFM's
[ghc-hetmet.git] / compiler / main / HscTypes.lhs
index 72229ec..07c7568 100644 (file)
@@ -110,7 +110,7 @@ import Maybes               ( orElse, expectJust, catMaybes )
 import Outputable
 import BreakArray
 import SrcLoc          ( SrcSpan, Located )
-import UniqFM          ( lookupUFM, eltsUFM, emptyUFM )
+import LazyUniqFM              ( lookupUFM, eltsUFM, emptyUFM )
 import UniqSupply      ( UniqSupply )
 import FastString      ( FastString )
 import StringBuffer    ( StringBuffer )