X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypecheck%2FTcSplice.lhs;h=1a488215e5cc0e075fcc4a41890ced37574a038f;hp=5b901b78c0fee9786b3116eddf4c722e41391c6f;hb=4ab2b24ec244b5b9e7c1df1bb7093f110fc04b02;hpb=c5a65b1704212e3f4354841ff480c660a3b51fb6 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}