29 May
2008
29 May
'08
6:48 p.m.
Wed May 21 08:34:20 PDT 2008 Duncan Coutts <duncan@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/cabal-branches/cabal-1.4/_darcs/patches/20080521153...