patch applied (cabal-install): Rewrite getUpgradableDeps so it's simpler and linear time
10 May
2008
10 May
'08
1:30 a.m.
Fri May 9 18:28:16 PDT 2008 Duncan Coutts <duncan@haskell.org> * Rewrite getUpgradableDeps so it's simpler and linear time Also change so that instead of giving the available package with the highest version number (where that is higher than the installed package) it gives us a dependency on a version of the package that is strictly greater than the one installed. This is more flexible since when resolving we do not necessarily have to pick the very latest version if that turns out not to be possible. M ./Hackage/Dependency.hs -48 +22 M ./Hackage/Upgrade.hs -10 +3 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20080510012816-adfee-e...
6638
Age (days ago)
6638
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts