[project @ 2000-12-13 12:19:00 by sewardj]
[ghc-hetmet.git] / ghc / compiler / compMan / CmStaticInfo.lhs
index 2df34ec..a76ffc2 100644 (file)
@@ -4,7 +4,7 @@
 \section[CmStaticInfo]{Session-static info for the Compilation Manager}
 
 \begin{code}
-module CmStaticInfo ( Package(..), PackageConfigInfo )
+module CmStaticInfo ( GhciMode(..), Package(..), PackageConfigInfo )
 where
 
 #include "HsVersions.h"
@@ -12,6 +12,9 @@ where
 \end{code}
 
 \begin{code}
+data GhciMode = Batch | Interactive | OneShot 
+     deriving Eq
+
 type PackageConfigInfo = [Package]
 
 -- copied from the driver