patch applied (cabal): Fix --with-compiler / --with-hc inconsistency in ./configure flags

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Mon Jan 21 14:13:35 EST 2008


Mon Jan 21 10:29:48 PST 2008  Duncan Coutts <duncan at haskell.org>
  * Fix --with-compiler / --with-hc inconsistency in ./configure flags
  setup configure takes a --with-compiler option, but used to change 
  that into a --with-hc option when calling ./configure.
  Now that we've added autoconfUserHooks and deprecated defaultUserHooks we
  can fix this without breaking any existing scripts. The autoconfUserHooks
  now passes --with-compiler to ./configure and defaultUserHooks is unchanged.
  Fixes ticket #114.

    M ./Distribution/Simple.hs -2 +5
    M ./Distribution/Simple/Setup.hs -5 +9



More information about the cabal-devel mailing list