patch applied (cabal-install): Partial rewrite of cabal list and info commands
Duncan Coutts
duncan.coutts at googlemail.com
Mon Feb 14 03:56:59 CET 2011
Sun Feb 13 11:46:27 PST 2011 Duncan Coutts <duncan at community.haskell.org>
* Partial rewrite of cabal list and info commands
The new user target system requires a change in how cabal info works.
Instead of just giving package names and looking them up in the
available package index, we can now specify names with versions or
version constraints which means we want the info to be about that
version in particular. We now list many installed and available
versions and mark which ones are preferred or not. Also fix a bug
for packages that are only installed, not available.
M ./Distribution/Client/List.hs -89 +243
M ./Main.hs -2 +6
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-install;a=darcs_commitdiff;h=20110213194627-5c91e-fe5c882f48403478473169d7822e6d6473e06d81.gz
More information about the cabal-devel
mailing list