Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7c9dc61f7b6629ffffaf49981bf145ea7ffdad57 >--------------------------------------------------------------- commit 7c9dc61f7b6629ffffaf49981bf145ea7ffdad57 Author: Simon Marlow <[email protected]> Date: Mon Oct 10 10:45:02 2011 +0100 comment >--------------------------------------------------------------- compiler/main/GhcMake.hs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/compiler/main/GhcMake.hs b/compiler/main/GhcMake.hs index dece548..d27e524 100644 --- a/compiler/main/GhcMake.hs +++ b/compiler/main/GhcMake.hs @@ -583,6 +583,9 @@ checkStability hpt sccs all_home_mods = foldl checkSCC ([],[]) sccs -- especially if the source was automatically generated -- and compiled. Using >= is slightly unsafe, but it matches -- make's behaviour. + -- + -- But see #5527, where someone ran into this and it caused + -- a problem. bco_ok ms = case lookupUFM hpt (ms_mod_name ms) of _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
