patch applied (cabal): Write out Bool config values correctly
21 May
2008
21 May
'08
11:41 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/_darcs/patches/20080521153420-adfee-b0a7ede03...
6629
Age (days ago)
6629
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts