[commit: ghc] master: Fix build (99d5f76)

Ian Lynagh igloo at earth.li
Sun Apr 3 20:05:21 CEST 2011


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/99d5f7632941b110a14aa760ab464ee7737f27ae

>---------------------------------------------------------------

commit 99d5f7632941b110a14aa760ab464ee7737f27ae
Author: Ian Lynagh <igloo at earth.li>
Date:   Sun Apr 3 19:04:51 2011 +0100

    Fix build

>---------------------------------------------------------------

 compiler/typecheck/TcRnDriver.lhs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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, 





More information about the Cvs-ghc mailing list