From: simonpj Date: Wed, 17 Mar 2004 15:38:13 +0000 (+0000) Subject: [project @ 2004-03-17 15:38:13 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1957 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ad90960b191bfa5cb409ac62cbc8caaa61d37aab;p=ghc-hetmet.git [project @ 2004-03-17 15:38:13 by simonpj] Wibble --- 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 )