patch applied (cabal-install): "Fix bug where contraints where lost for case insensitive package matches" and 1 others
Duncan Coutts
duncan.coutts at googlemail.com
Mon May 9 02:00:24 CEST 2011
Tue May 3 07:49:32 PDT 2011 Duncan Coutts <duncan at community.haskell.org>
* Fix bug where contraints where lost for case insensitive package matches
E.g. cabal install cabal-1.8.0.6 would actually install the latest version
instead, because when 'cabal' got corrected to 'Cabal' the associated
constraint 'cabal == 1.8.0.6' was not converted to 'Cabal == 1.8.0.6'.
M ./Distribution/Client/Targets.hs -1 +10
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-install;a=darcs_commitdiff;h=20110503144932-5c91e-5f6328c268e9cbc6fb5324d06a452da73b1055a6.gz
Sat Apr 30 04:17:30 PDT 2011 Ben Millwood <haskell at benmachine.co.uk>
* Correct spelling surpress -> suppress
M ./Distribution/Client/Targets.hs -1 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-install;a=darcs_commitdiff;h=20110430111730-809c6-8e2f3c33a6dcdef9c78304bbd81bf41a6b863301.gz
More information about the cabal-devel
mailing list