From: Ian Lynagh Date: Sat, 10 May 2008 22:04:52 +0000 (+0000) Subject: Remove redundant imports from Inst X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=abfbfafac4f4713d106a214be1c5237b61b7c5e2;ds=sidebyside Remove redundant imports from Inst --- diff --git a/compiler/typecheck/Inst.lhs b/compiler/typecheck/Inst.lhs index 45e8d8d..5089b8d 100644 --- a/compiler/typecheck/Inst.lhs +++ b/compiler/typecheck/Inst.lhs @@ -69,11 +69,9 @@ import Module import Coercion import HscTypes import CoreFVs -import DataCon import Id import Name import NameSet -import Literal import Var ( Var, TyVar ) import qualified Var import VarEnv @@ -89,8 +87,6 @@ import Util import Unique import Outputable import Data.List -import TypeRep -import Class import Control.Monad \end{code}