From 8143f97ea999399cfe9fe0e164739eda623834c6 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 5 Apr 2004 11:04:12 +0000 Subject: [PATCH] [project @ 2004-04-05 11:04:12 by simonpj] import wibble --- ghc/compiler/typecheck/TcRnDriver.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/typecheck/TcRnDriver.lhs b/ghc/compiler/typecheck/TcRnDriver.lhs index 83c99a6..86cd510 100644 --- a/ghc/compiler/typecheck/TcRnDriver.lhs +++ b/ghc/compiler/typecheck/TcRnDriver.lhs @@ -69,7 +69,8 @@ import HscTypes ( ModGuts(..), HscEnv(..), emptyFixityEnv ) #ifdef GHCI -import HsSyn ( HsStmtContext(..), Stmt(..), HsExpr(..), HsBindGroup(..), LStmt, LHsExpr, +import HsSyn ( HsStmtContext(..), Stmt(..), HsExpr(..), HsBindGroup(..), + LStmt, LHsExpr, LHsType, collectStmtsBinders, mkSimpleMatch, placeHolderType, nlLetStmt, nlExprStmt, nlBindStmt, nlResultStmt, nlVarPat ) import RdrName ( GlobalRdrEnv, mkGlobalRdrEnv, GlobalRdrElt(..), -- 1.7.10.4