Export the new HscMain API.
[ghc-hetmet.git] / ghc / compiler / main / HscMain.lhs
index 7236620..276a2da 100644 (file)
@@ -14,6 +14,11 @@ module HscMain (
        hscStmt, hscTcExpr, hscKcType,
        compileExpr,
 #endif
+          hscCompileOneShot     -- :: Compiler HscStatus
+        , hscCompileMake        -- :: Compiler (HscStatus, ModIface, ModDetails)
+        , hscCompileInteractive -- :: Compiler (InteractiveStatus, ModIface, ModDetails)
+        , HscStatus (..)
+        , InteractiveStatus (..)
        ) where
 
 #include "HsVersions.h"