[project @ 2000-11-20 14:48:52 by simonpj]
[ghc-hetmet.git] / ghc / compiler / compMan / CmLink.lhs
index cb3956b..247d2f5 100644 (file)
@@ -12,7 +12,9 @@ module CmLink ( Linkable(..),  Unlinked(..),
                 link, 
                unload,
                 PersistentLinkerState{-abstractly!-}, emptyPLS,
+#ifdef GHCI
                linkExpr
+#endif
   ) where