X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRnDriver.lhs;h=23c2e67daaf16f36c8f75b2202d25986623e8c17;hb=08c5b6705243bd2032c49e5cf40b0943de5a7e20;hp=8f9f05c725c65e0165d6bd13170c1f58b88d92fb;hpb=3deca8f44135bd1a146902f498189af00dd4d7b4;p=ghc-hetmet.git 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,