From 5ad7caa537b7c7d873308f4548f7c40164b65074 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 4 Jan 2002 09:35:42 +0000 Subject: [PATCH] [project @ 2002-01-04 09:35:42 by simonmar] oops, unb??rk the export list in the non-GHCI case. --- ghc/compiler/compMan/CompManager.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4