[project @ 2001-02-20 09:41:48 by simonpj]
[ghc-hetmet.git] / ghc / compiler / compMan / CmStaticInfo.lhs
index 5d42bfd..a76ffc2 100644 (file)
@@ -4,15 +4,17 @@
 \section[CmStaticInfo]{Session-static info for the Compilation Manager}
 
 \begin{code}
-module CmStaticInfo ( Package(..), PackageConfigInfo(..) )
+module CmStaticInfo ( GhciMode(..), Package(..), PackageConfigInfo )
 where
 
 #include "HsVersions.h"
 
-import Monad
 \end{code}
 
 \begin{code}
+data GhciMode = Batch | Interactive | OneShot 
+     deriving Eq
+
 type PackageConfigInfo = [Package]
 
 -- copied from the driver