[project @ 2002-01-04 09:35:42 by simonmar]
authorsimonmar <unknown>
Fri, 4 Jan 2002 09:35:42 +0000 (09:35 +0000)
committersimonmar <unknown>
Fri, 4 Jan 2002 09:35:42 +0000 (09:35 +0000)
oops, unb??rk the export list in the non-GHCI case.

ghc/compiler/compMan/CompManager.lhs

index 2958f35..b627dfc 100644 (file)
@@ -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)