[project @ 2001-06-15 08:29:57 by simonpj]
[ghc-hetmet.git] / ghc / compiler / rename / Rename.lhs
index b8fce2e..c46b48e 100644 (file)
@@ -62,10 +62,9 @@ import HscTypes              ( PersistentCompilerState, HomeIfaceTable, HomeSymbolTable,
                          GlobalRdrEnv, GlobalRdrElt(..), pprGlobalRdrEnv,
                          AvailEnv, GenAvailInfo(..), AvailInfo, 
                          Provenance(..), ImportReason(..), initialVersionInfo,
-                         Deprecations(..),
+                         Deprecations(..), GhciMode(..),
                          LocalRdrEnv
                         )
-import CmStaticInfo    ( GhciMode(..) )
 import List            ( partition, nub )
 \end{code}