Convert more UniqFM's back to LazyUniqFM's
[ghc-hetmet.git] / compiler / main / HscMain.lhs
index 0e9d7ba..9b984ed 100644 (file)
@@ -8,6 +8,10 @@
 module HscMain
     ( newHscEnv, hscCmmFile
     , hscParseIdentifier
+    , hscSimplify
+    , evalComp
+    , hscNormalIface, hscWriteIface, hscOneShot
+    , CompState (..)
 #ifdef GHCI
     , hscStmt, hscTcExpr, hscKcType
     , compileExpr
@@ -100,7 +104,7 @@ import MkExternalCore       ( emitExternalCore )
 import ParserCore
 import ParserCoreUtils
 import FastString
-import UniqFM          ( emptyUFM )
+import LazyUniqFM              ( emptyUFM )
 import UniqSupply       ( initUs_ )
 import Bag             ( unitBag )