X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghci%2FLinker.lhs;h=220ac3b6acbbd37416cbd56845c908595e1f0e00;hb=feee9bb8151fd592df9ad4d10fc2e418b26f3e2c;hp=dbfa5e50cb19422e5ddcde2ac44e37ad08969cf2;hpb=6645c011ab8d125fc9b5f8d19b0282cfd33394fc;p=ghc-hetmet.git diff --git a/compiler/ghci/Linker.lhs b/compiler/ghci/Linker.lhs index dbfa5e5..220ac3b 100644 --- a/compiler/ghci/Linker.lhs +++ b/compiler/ghci/Linker.lhs @@ -28,7 +28,6 @@ import ObjLink import ByteCodeLink import ByteCodeItbls import ByteCodeAsm -import RtClosureInspect import CgInfoTbls import SMRep import IfaceEnv @@ -560,7 +559,7 @@ getLinkDeps hsc_env hpt pit maybe_normal_osuf span mods | mi_boot iface = link_boot_mod_error mod | otherwise - = follow_deps (map (mkModule this_pkg) boot_deps ++ mods) acc_mods' acc_pkgs' + = follow_deps (map (mkModule this_pkg) boot_deps' ++ mods) acc_mods' acc_pkgs' where pkg = modulePackageId mod iface = get_iface mod