From: simonmar Date: Wed, 9 Aug 2000 11:45:44 +0000 (+0000) Subject: [project @ 2000-08-09 11:45:17 by simonmar] X-Git-Tag: Approximately_9120_patches~3896 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=341daf1cd88470e480092adb7e5105ae9b4e3b02;p=ghc-hetmet.git [project @ 2000-08-09 11:45:17 by simonmar] remove unused import --- diff --git a/ghc/compiler/rename/RnNames.lhs b/ghc/compiler/rename/RnNames.lhs index 0af917b..71bd508 100644 --- a/ghc/compiler/rename/RnNames.lhs +++ b/ghc/compiler/rename/RnNames.lhs @@ -42,7 +42,6 @@ import Name ( Name, ExportFlag(..), ImportReason(..), Provenance(..), ) import RdrName ( RdrName, rdrNameOcc, setRdrNameOcc, mkRdrQual, mkRdrUnqual, isQual, isUnqual ) import OccName ( setOccNameSpace, dataName ) -import SrcLoc ( SrcLoc ) import NameSet ( elemNameSet, emptyNameSet ) import Outputable import Maybes ( maybeToBool, catMaybes, mapMaybe ) diff --git a/ghc/compiler/typecheck/TcEnv.lhs b/ghc/compiler/typecheck/TcEnv.lhs index cdfc6f3..b1f993e 100644 --- a/ghc/compiler/typecheck/TcEnv.lhs +++ b/ghc/compiler/typecheck/TcEnv.lhs @@ -61,7 +61,6 @@ import Class ( Class, ClassOpItem, ClassContext, classTyCon ) import TcMonad -import BasicTypes ( Arity ) import IdInfo ( vanillaIdInfo ) import Name ( Name, OccName, Provenance(..), ExportFlag(..), NamedThing(..), nameOccName, nameModule, getSrcLoc, mkGlobalName,