[project @ 2003-12-30 20:51:24 by simonpj]
authorsimonpj <unknown>
Tue, 30 Dec 2003 20:51:24 +0000 (20:51 +0000)
committersimonpj <unknown>
Tue, 30 Dec 2003 20:51:24 +0000 (20:51 +0000)
Fix imports

ghc/compiler/typecheck/TcSplice.lhs

index 5b901b7..1a48821 100644 (file)
@@ -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}