patch applied (cabal-install): "Fix silly bug in cabal configure. Ticket #805."
Duncan Coutts
duncan.coutts at googlemail.com
Fri Mar 4 23:18:26 CET 2011
Fri Mar 4 14:13:07 PST 2011 Duncan Coutts <duncan at community.haskell.org>
* Fix silly bug in cabal configure. Ticket #805.
I made a mistake during the recent refactoring work and was using
the dependency planner in the wrong way. The planner was being
given the available source packages and duely picking them to
satisfy dependencies, but for configure we're supposed to assume
that all dependencies are installed already.
M ./Distribution/Client/Configure.hs -3 +7
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal-install;a=darcs_commitdiff;h=20110304221307-5c91e-070b0398479946c502d3d19ca8c0129e3cfc625f.gz
More information about the cabal-devel
mailing list