patch applied (cabal-install): Make the 'upgrade' command take optional deps
3 Jun
2008
3 Jun
'08
8:47 a.m.
Mon Jun 2 17:23:37 PDT 2008 Duncan Coutts <duncan@haskell.org> * Make the 'upgrade' command take optional deps Up to now 'upgrade' took no args and tried to upgrade all installed packages to the latest versions. It retains that mode but also has a new mode rather like 'cabal install'. The difference is that with $ cabal install foo it means install latest version of foo but otherwise prefer the installed versions of deps of foo, while $ cabal upgrade foo means install the latest version of foo and also the latest versions of all the dependencies of foo. M ./Hackage/Install.hs -23 +22 M ./Main.hs -2 +3 View patch online: http://darcs.haskell.org/cabal-install/_darcs/patches/20080603002337-adfee-0...
6618
Age (days ago)
6618
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts