From: Lemmih Date: Sat, 4 Mar 2006 12:40:51 +0000 (+0000) Subject: Export the new HscMain API. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=19ba41d6a3de3862681f9b1b9b963698224a1534 Export the new HscMain API. --- diff --git a/ghc/compiler/main/HscMain.lhs b/ghc/compiler/main/HscMain.lhs index 7236620..276a2da 100644 --- a/ghc/compiler/main/HscMain.lhs +++ b/ghc/compiler/main/HscMain.lhs @@ -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"