From: simonpj Date: Thu, 3 Jul 2003 10:55:41 +0000 (+0000) Subject: [project @ 2003-07-03 10:55:41 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~708 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5bb5efc23e4cf5c8ac20076015308d57f8ebfc09 [project @ 2003-07-03 10:55:41 by simonpj] Trim more imports --- diff --git a/ghc/compiler/typecheck/TcRnDriver.lhs b/ghc/compiler/typecheck/TcRnDriver.lhs index ade0e60..c127b2c 100644 --- a/ghc/compiler/typecheck/TcRnDriver.lhs +++ b/ghc/compiler/typecheck/TcRnDriver.lhs @@ -87,7 +87,6 @@ import Name ( Name, isExternalName, getSrcLoc, nameOccName ) import NameSet import TyCon ( tyConGenInfo ) import BasicTypes ( EP(..), RecFlag(..) ) -import SrcLoc ( noSrcLoc ) import Outputable import HscTypes ( PersistentCompilerState(..), InteractiveContext(..), ModIface, ModDetails(..), ModGuts(..), @@ -111,12 +110,12 @@ import RnHiFiles ( loadInterface ) import RnEnv ( mkGlobalRdrEnv ) import TysWiredIn ( mkListTy, unitTy ) import IdInfo ( GlobalIdDetails(..) ) +import SrcLoc ( noSrcLoc ) import NameEnv ( delListFromNameEnv ) import HscTypes ( GlobalRdrElt(..), GlobalRdrEnv, ImportReason(..), Provenance(..), isLocalGRE ) #endif -import DATA_IOREF ( readIORef ) import FastString ( mkFastString ) import Panic ( showException ) import List ( partition )