[commit: Cabal] master: #223 part2: Support all the configure options in the config file (eae4f81)
Ian Lynagh
igloo at earth.li
Fri Jun 24 01:52:02 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/eae4f812ed829cefe2dd286a6f9f83b51cb1bec4
>---------------------------------------------------------------
commit eae4f812ed829cefe2dd286a6f9f83b51cb1bec4
Author: Pepe Iborra <mnislaih at gmail.com>
Date: Wed Mar 19 17:50:52 2008 +0000
#223 part2: Support all the configure options in the config file
This patch takes advantage of the new OptionField structure in Distribution.Simple.Command
to provide support for all the configure command line options in the .cabal/config file.
This has a global effect on all the packages managed by cabal-install.
The ticket also mentions support for per-package sections in the config file. This patch
does not take care of that.
cabal-install/Hackage/Config.hs | 82 ++++++++++++++++++---------------------
cabal-install/Hackage/Setup.hs | 35 +++++------------
2 files changed, 48 insertions(+), 69 deletions(-)
Diff suppressed because of size. To see it, use:
git show eae4f812ed829cefe2dd286a6f9f83b51cb1bec4
More information about the Cvs-libraries
mailing list