Wed Mar 26 20:48:15 PDT 2008 Duncan Coutts
* 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-d1cadfaf7...