patch applied (cabal): The Read instance for License and
InstalledPackageInfo is authoritative
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Tue Jan 13 19:42:52 EST 2009
Tue Jan 13 15:42:29 PST 2009 Duncan Coutts <duncan at 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 at 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-7ae052764e23ee5333ee9d82a0e44979620b0849.gz
More information about the cabal-devel
mailing list