Use tcRnImports rather than rnImports with GHCi "import" statement: fixes #4832
[ghc-hetmet.git] / compiler / typecheck / TcRnDriver.lhs
index 3de19ed..8f9f05c 100644 (file)
@@ -9,7 +9,7 @@ module TcRnDriver (
 #ifdef GHCI
        tcRnStmt, tcRnExpr, tcRnType,
        tcRnLookupRdrName,
-       getModuleExports, 
+       tcRnImports, getModuleExports, 
 #endif
        tcRnLookupName,
        tcRnGetInfo,