[project @ 2001-03-01 14:26:00 by simonmar]
[ghc-hetmet.git] / ghc / compiler / compMan / CmLink.lhs
index de14adf..54cb751 100644 (file)
@@ -20,6 +20,7 @@ module CmLink ( Linkable(..),  Unlinked(..),
 
 import Interpreter
 import DriverPipeline
+import ByteCodeLink    ( linkIModules, linkIExpr )
 import CmTypes
 import CmStaticInfo    ( GhciMode(..) )
 import Outputable      ( SDoc )