From: simonmar Date: Fri, 4 Jan 2002 09:35:42 +0000 (+0000) Subject: [project @ 2002-01-04 09:35:42 by simonmar] X-Git-Tag: Approximately_9120_patches~329 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5ad7caa537b7c7d873308f4548f7c40164b65074;p=ghc-hetmet.git [project @ 2002-01-04 09:35:42 by simonmar] oops, unb??rk the export list in the non-GHCI case. --- diff --git a/ghc/compiler/compMan/CompManager.lhs b/ghc/compiler/compMan/CompManager.lhs index 2958f35..b627dfc 100644 --- a/ghc/compiler/compMan/CompManager.lhs +++ b/ghc/compiler/compMan/CompManager.lhs @@ -7,7 +7,6 @@ {-# OPTIONS -fvia-C #-} module CompManager ( ModuleGraph, - CmRunResult(..), CmState, emptyCmState, -- abstract @@ -27,6 +26,7 @@ module CompManager ( #ifdef GHCI cmInfoThing, -- :: CmState -> DynFlags -> String -> IO (Maybe TyThing) + CmRunResult(..), cmRunStmt, -- :: CmState -> DynFlags -> String -- -> IO (CmState, CmRunResult)