patch applied (packages/Cabal): pass unrecognised options before the command name to the command

Simon Marlow simonmar at microsoft.com
Wed Apr 26 10:07:25 EDT 2006


Wed Apr 26 05:13:21 PDT 2006  Simon Marlow <simonmar at microsoft.com>
  * pass unrecognised options before the command name to the command
  Previously, options before the command name other than --help were
  just ignored, which is quite confusing behaviour.  So now,
  
  ./setup --with-compiler=ghc-6.4.2 configure
  
  works as you expect, instead of ignoring the --with-compiler option.

    M ./Distribution/Setup.hs -2 +2


More information about the Cvs-libraries mailing list