From 99d5f7632941b110a14aa760ab464ee7737f27ae Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 3 Apr 2011 19:04:51 +0100 Subject: [PATCH] Fix build --- compiler/typecheck/TcRnDriver.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 1.7.10.4