X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRnDriver.lhs;h=46852c6a7df33fba1aee783c9fec1b5e88fa6b6d;hb=fbff1b7b9c89f6369c4394a0b10fa7c06e011698;hp=d429a7849b431cb0925f7997e3c92eddb8fabf67;hpb=2a26efb65343e31957b043f63c43caf24d5eeb30;p=ghc-hetmet.git diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs index d429a78..46852c6 100644 --- a/compiler/typecheck/TcRnDriver.lhs +++ b/compiler/typecheck/TcRnDriver.lhs @@ -9,8 +9,9 @@ module TcRnDriver ( #ifdef GHCI tcRnStmt, tcRnExpr, tcRnType, tcRnLookupRdrName, - getModuleExports, + getModuleExports, #endif + tcRnImports, tcRnLookupName, tcRnGetInfo, tcRnModule,