patch applied (cabal): The Read instance for License and InstalledPackageInfo is authoritative
14 Jan
2009
14 Jan
'09
8:42 a.m.
Tue Jan 13 15:42:29 PST 2009 Duncan Coutts <duncan@haskell.org> * The Read instance for License and InstalledPackageInfo is authoritative It is ghc's optimised InstalledPackageInfo parser that needs updating. rolling back: Fri Dec 12 18:36:22 GMT 2008 Ian Lynagh <igloo@earth.li> * Fix Show/Read for License We were ending up with things like InstalledPackageInfo { ... license = LGPL Nothing, ... } i.e. "LGPL Nothing" rather than "LGPL", which we couldn't then read. M ./Distribution/License.hs -2 +14 M ./Distribution/License.hs -14 +2 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20090113234229-adfee-7ae052764...
6399
Age (days ago)
6399
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts