patch applied (packages/Cabal): Write out Bool config values
correctly
Ian Lynagh
igloo at earth.li
Thu Jun 26 16:34:04 EDT 2008
Wed May 21 08:34:20 PDT 2008 Duncan Coutts <duncan at haskell.org>
* Write out Bool config values correctly
Used by cabal-install when writing the default ~/.cabal/config file.
Previously it was using show for type Maybe Bool and writing out
"Just True" when of course it should just be "True".
M ./Distribution/Simple/Command.hs -2 +2
View patch online:
http://darcs.haskell.org/packages/Cabal/_darcs/patches/20080521153420-adfee-b0a7ede03fd11e6926ae1548bc92871ca11646d1.gz
More information about the Cvs-libraries
mailing list