patch applied (ghc-6.10/packages/Cabal): Treat "cabal --flag
command" as "cabal command --flag"
Ian Lynagh
igloo at earth.li
Wed Oct 15 12:57:11 EDT 2008
Sun Sep 28 00:06:27 PDT 2008 Duncan Coutts <duncan at haskell.org>
* Treat "cabal --flag command" as "cabal command --flag"
eg "cabal -v configure" to mean "cabal configure -v"
For flags that are not recognised as global flags,
pass them on to the sub-command.
M ./Distribution/GetOpt.hs -1 +1
M ./Distribution/Simple/Command.hs -11 +20
View patch online:
http://darcs.haskell.org/ghc-6.10/packages/Cabal/_darcs/patches/20080928070627-adfee-9a3bca71c43821fa65d3d7758f1818992a19713a.gz
More information about the Cvs-libraries
mailing list