From ad90960b191bfa5cb409ac62cbc8caaa61d37aab Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 17 Mar 2004 15:38:13 +0000 Subject: [PATCH] [project @ 2004-03-17 15:38:13 by simonpj] Wibble --- ghc/compiler/typecheck/TcRnDriver.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/typecheck/TcRnDriver.lhs b/ghc/compiler/typecheck/TcRnDriver.lhs index 94681d8..a7cec10 100644 --- a/ghc/compiler/typecheck/TcRnDriver.lhs +++ b/ghc/compiler/typecheck/TcRnDriver.lhs @@ -82,7 +82,6 @@ import TcMatches ( tcStmtsAndThen, TcStmtCtxt(..) ) import TcSimplify ( tcSimplifyInteractive, tcSimplifyInfer ) import TcType ( Type, mkForAllTys, mkFunTys, mkTyConApp, tyVarsOfType ) import TcEnv ( tcLookupTyCon, tcLookupId ) -import TyCon ( DataConDetails(..) ) import Inst ( tcStdSyntaxName ) import RnExpr ( rnStmts, rnLExpr ) import RnNames ( exportsToAvails ) -- 1.7.10.4