X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fghci%2FCmLink.lhs;h=df308e5370809ec1fa0fe9ae007cc9751cde930e;hb=aa44169c3c01243cdbf38f50f58e80477586552c;hp=c7ee69fd4abebbad68c1b4267fda2fac3225917c;hpb=e4f0e4adfb32f0f562dc2dda9fc2c1c7fe71b202;p=ghc-hetmet.git diff --git a/ghc/compiler/ghci/CmLink.lhs b/ghc/compiler/ghci/CmLink.lhs index c7ee69f..df308e5 100644 --- a/ghc/compiler/ghci/CmLink.lhs +++ b/ghc/compiler/ghci/CmLink.lhs @@ -13,17 +13,14 @@ module CmLink ( Linkable(..), Unlinked(..), where import StgInterp ( linkIModules, ClosureEnv, ItblEnv ) -import Linker import CmStaticInfo ( PackageConfigInfo ) import Module ( ModuleName, PackageName ) import InterpSyn ( UnlinkedIBind, HValue, binder ) import Module ( Module ) import Outputable ( SDoc ) -import FiniteMap ( FiniteMap, emptyFM ) -import RdrName ( RdrName ) +import FiniteMap ( emptyFM ) import Digraph ( SCC(..) ) -import Addr ( Addr ) import Outputable import Panic ( panic )