Fix build
authorIan Lynagh <igloo@earth.li>
Sun, 3 Apr 2011 18:04:51 +0000 (19:04 +0100)
committerIan Lynagh <igloo@earth.li>
Sun, 3 Apr 2011 18:04:51 +0000 (19:04 +0100)
compiler/typecheck/TcRnDriver.lhs

index 8f9f05c..23c2e67 100644 (file)
@@ -9,8 +9,9 @@ module TcRnDriver (
 #ifdef GHCI
        tcRnStmt, tcRnExpr, tcRnType,
        tcRnLookupRdrName,
-       tcRnImports, getModuleExports, 
+       getModuleExports,
 #endif
+       tcRnImports,
        tcRnLookupName,
        tcRnGetInfo,
        tcRnModule,