summaryrefslogtreecommitdiff
path: root/ghc/compiler/rename/RnEnv.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/compiler/rename/RnEnv.lhs')
-rw-r--r--ghc/compiler/rename/RnEnv.lhs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/compiler/rename/RnEnv.lhs b/ghc/compiler/rename/RnEnv.lhs
index cb96bda651..fa8e8e380d 100644
--- a/ghc/compiler/rename/RnEnv.lhs
+++ b/ghc/compiler/rename/RnEnv.lhs
@@ -40,10 +40,10 @@ import PrelNames ( mkUnboundName, intTyConName,
unpackCStringName, unpackCStringFoldrName, unpackCStringUtf8Name,
eqStringName, printName,
bindIOName, returnIOName, failIOName, thenIOName
+ )
#ifdef GHCI
- , templateHaskellNames, qTyConName
+import DsMeta ( templateHaskellNames, qTyConName )
#endif
- )
import TysWiredIn ( unitTyCon ) -- A little odd
import FiniteMap
import UniqSupply