patch applied (cabal): Rename various *Verbose fields to *Verbosity
instead
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Thu Mar 27 11:45:31 EDT 2008
Wed Mar 26 20:48:15 PDT 2008 Duncan Coutts <duncan at haskell.org>
* Rename various *Verbose fields to *Verbosity instead
Despite appearances this is actually not completely pointless.
For the Cabal-1.4 branch we need the *Verbose fields to have the
same types as they did in Cabal-1.2, becuase lots of Setup.hs
scripts use them and our change to make them all have type Flag
makes many Setup.hs scripts fail. A solution for the 1.4 branch
is to rename the real field and to add the old field back in.
To keep as much similarity as possible between the HEAD and 1.4
branches I'm applying the name change in both.
On the plus side it's a better name anyway.
M ./Distribution/Make.hs -12 +12
M ./Distribution/Simple.hs -24 +24
M ./Distribution/Simple/Build.hs -2 +2
M ./Distribution/Simple/Configure.hs -2 +2
M ./Distribution/Simple/GHC.hs -1 +1
M ./Distribution/Simple/Haddock.hs -4 +4
M ./Distribution/Simple/Install.hs -1 +1
M ./Distribution/Simple/Register.hs -3 +3
M ./Distribution/Simple/Setup.hs -71 +71
M ./Distribution/Simple/SrcDist.hs -1 +1
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20080327034815-adfee-d1cadfaf77dcf90f666e742a5a7d48613f0f87dd.gz
More information about the cabal-devel
mailing list