8 Jun
2009
8 Jun
'09
7:13 a.m.
Thu Jun 4 13:38:30 PDT 2009 Duncan Coutts <duncan@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-7afaa586e...