Tue May 3 07:49:32 PDT 2011 Duncan Coutts
* 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_commit...
Sat Apr 30 04:17:30 PDT 2011 Ben Millwood
* 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_commit...