[project @ 2001-03-01 16:56:44 by simonpj]
authorsimonpj <unknown>
Thu, 1 Mar 2001 16:56:44 +0000 (16:56 +0000)
committersimonpj <unknown>
Thu, 1 Mar 2001 16:56:44 +0000 (16:56 +0000)
Move import

ghc/compiler/compMan/CmLink.lhs

index 54cb751..58d4580 100644 (file)
@@ -18,9 +18,12 @@ module CmLink ( Linkable(..),  Unlinked(..),
   ) where
 
 
+#ifdef GHCI
+import ByteCodeLink    ( linkIModules, linkIExpr )
+#endif
+
 import Interpreter
 import DriverPipeline
-import ByteCodeLink    ( linkIModules, linkIExpr )
 import CmTypes
 import CmStaticInfo    ( GhciMode(..) )
 import Outputable      ( SDoc )