21 Jan
2008
21 Jan
'08
7:13 p.m.
Mon Jan 21 10:29:48 PST 2008 Duncan Coutts <duncan@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