From: Ian Lynagh Date: Sun, 3 Apr 2011 18:04:51 +0000 (+0100) Subject: Fix build X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=99d5f7632941b110a14aa760ab464ee7737f27ae;p=ghc-hetmet.git Fix build --- diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs index 8f9f05c..23c2e67 100644 --- a/compiler/typecheck/TcRnDriver.lhs +++ b/compiler/typecheck/TcRnDriver.lhs @@ -9,8 +9,9 @@ module TcRnDriver ( #ifdef GHCI tcRnStmt, tcRnExpr, tcRnType, tcRnLookupRdrName, - tcRnImports, getModuleExports, + getModuleExports, #endif + tcRnImports, tcRnLookupName, tcRnGetInfo, tcRnModule,