patch applied (cabal-install): Reimplement InstallPlan.failed as it was completely wrong
7 May
2008
7 May
'08
12:34 a.m.
Tue May 6 17:13:02 PDT 2008 Duncan Coutts <duncan@haskell.org> * Reimplement InstallPlan.failed as it was completely wrong It was finding all the dependencies of the failed package and marking them as failed. But of course what we have to do is find all the packages that depend on the failed package (the reverse dependencies) and mark them as failed. We use the reverse dependency Graph that we saved in the InstallPlan. M ./Hackage/InstallPlan.hs -19 +16 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20080507001302-adfee-d...
6641
Age (days ago)
6641
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts