[project @ 2002-10-09 15:03:48 by simonpj]
[ghc-hetmet.git] / ghc / compiler / main / HscMain.lhs
index ebf7fb5..9ca6819 100644 (file)
@@ -41,9 +41,8 @@ import Lex            ( ParseResult(..), ExtFlags(..), mkPState )
 import SrcLoc          ( mkSrcLoc )
 import TcRnDriver      ( checkOldIface, tcRnModule, tcRnExtCore, tcRnIface )
 import Rules           ( emptyRuleBase )
-import PrelInfo                ( wiredInThingEnv, wiredInThings )
+import PrelInfo                ( wiredInThingEnv, wiredInThings, knownKeyNames )
 import PrelRules       ( builtinRules )
-import PrelNames       ( knownKeyNames )
 import MkIface         ( mkIface )
 import InstEnv         ( emptyInstEnv )
 import Desugar