[project @ 2001-08-02 08:29:42 by simonmar]
authorsimonmar <unknown>
Thu, 2 Aug 2001 08:29:42 +0000 (08:29 +0000)
committersimonmar <unknown>
Thu, 2 Aug 2001 08:29:42 +0000 (08:29 +0000)
oops, only import Exception.block when compiling GHCi (and we know
we're bootstrapping)

ghc/compiler/compMan/CmLink.lhs

index 7c69ebe..e2bac19 100644 (file)
@@ -37,7 +37,10 @@ import ErrUtils              ( showPass )
 import CmdLineOpts     ( DynFlags(..) )
 import Util
 
+#ifdef GHCI
 import Exception       ( block )
+#endif
+
 import IOExts
 import List
 import Monad