Export the new HscMain API.
authorLemmih <lemmih@gmail.com>
Sat, 4 Mar 2006 12:40:51 +0000 (12:40 +0000)
committerLemmih <lemmih@gmail.com>
Sat, 4 Mar 2006 12:40:51 +0000 (12:40 +0000)
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"