patch applied (cabal-install): Fix selecting paired packages
7 Oct
2008
7 Oct
'08
2:33 p.m.
Mon Oct 6 23:29:30 PDT 2008 Duncan Coutts <duncan@haskell.org> * Fix selecting paired packages Previously when we selected base 4 (and as a consequence slected base 3 too) we didn't properly trace the dependencies of base 3 so if nothing actually required base 3 then we ended up with base 3 in the solution but not with syb which it depends on. Consequently the solution was invalid. Now we select the paired package properly (hopefully). M ./Distribution/Client/Dependency/TopDown.hs -2 +2 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20081007062930-adfee-e...
6496
Age (days ago)
6496
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts