Remove LazyUniqFM; fixes trac #3880
[ghc-hetmet.git] / compiler / iface / TcIface.lhs
index 7d0d02e..d8bd414 100644 (file)
@@ -48,7 +48,7 @@ import NameEnv
 import OccurAnal       ( occurAnalyseExpr )
 import Demand          ( isBottomingSig )
 import Module
-import LazyUniqFM
+import UniqFM
 import UniqSupply
 import Outputable      
 import ErrUtils