From 4ab2b24ec244b5b9e7c1df1bb7093f110fc04b02 Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 30 Dec 2003 20:51:24 +0000 Subject: [PATCH] [project @ 2003-12-30 20:51:24 by simonpj] Fix imports --- ghc/compiler/typecheck/TcSplice.lhs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ghc/compiler/typecheck/TcSplice.lhs b/ghc/compiler/typecheck/TcSplice.lhs index 5b901b7..1a48821 100644 --- a/ghc/compiler/typecheck/TcSplice.lhs +++ b/ghc/compiler/typecheck/TcSplice.lhs @@ -59,6 +59,10 @@ import FastString ( LitString ) import GHC.Base ( unsafeCoerce#, Int#, Int(..) ) -- Should have a better home in the module hierarchy import Monad ( liftM ) + +#ifdef GHCI +import FastString ( mkFastString ) +#endif \end{code} -- 1.7.10.4