Fix a missing prime spotted by -fwarn-unused-binds
authorSimon Marlow <simonmar@microsoft.com>
Wed, 9 May 2007 10:34:35 +0000 (10:34 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 9 May 2007 10:34:35 +0000 (10:34 +0000)
compiler/ghci/Linker.lhs

index 7b40c32..220ac3b 100644 (file)
@@ -559,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