patch applied (cabal): Do not pass Maybe LocalBuildInfo to clean
hook
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Sun Jun 7 19:13:24 EDT 2009
Thu Jun 4 13:38:30 PDT 2009 Duncan Coutts <duncan at haskell.org>
* Do not pass Maybe LocalBuildInfo to clean hook
It is a bad idea for clean to do anything different depending
on whether the package was configured already or not. The
actual cleaning code did not use the LocalBuildInfo so this
only changes in the UserHooks interface. No Setup.hs scripts
actually make of this parameter for the clean hook.
Part of ticket #133.
M ./Distribution/Simple.hs -4 +2
M ./Distribution/Simple/UserHooks.hs -2 +2
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20090604203830-adfee-7afaa586e826651ba2e519a44f886cc761cbe881.gz
More information about the cabal-devel
mailing list