From 19ba41d6a3de3862681f9b1b9b963698224a1534 Mon Sep 17 00:00:00 2001 From: Lemmih Date: Sat, 4 Mar 2006 12:40:51 +0000 Subject: [PATCH] Export the new HscMain API. --- ghc/compiler/main/HscMain.lhs | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 1.7.10.4