From: simonpj Date: Tue, 30 Dec 2003 20:51:24 +0000 (+0000) Subject: [project @ 2003-12-30 20:51:24 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~161 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4ab2b24ec244b5b9e7c1df1bb7093f110fc04b02;p=ghc-hetmet.git [project @ 2003-12-30 20:51:24 by simonpj] Fix imports --- 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}