From: simonpj Date: Thu, 1 Mar 2001 16:56:44 +0000 (+0000) Subject: [project @ 2001-03-01 16:56:44 by simonpj] X-Git-Tag: Approximately_9120_patches~2495 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=86db5bf58f2bdca04c0140f0f411116d25b3151a;p=ghc-hetmet.git [project @ 2001-03-01 16:56:44 by simonpj] Move import --- diff --git a/ghc/compiler/compMan/CmLink.lhs b/ghc/compiler/compMan/CmLink.lhs index 54cb751..58d4580 100644 --- a/ghc/compiler/compMan/CmLink.lhs +++ b/ghc/compiler/compMan/CmLink.lhs @@ -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 )