patch applied (packages/Cabal): Split
Distribution.PackageDescription into three other modules
Ian Lynagh
igloo at earth.li
Sun May 11 07:19:34 EDT 2008
Mon Feb 4 13:33:06 PST 2008 Duncan Coutts <duncan at haskell.org>
* Split Distribution.PackageDescription into three other modules
New D.PackageDescription.Types with the types and simple utils
New D.PackageDescription.Parse module for parsing and printing functions.
The sanity check code is moved into the existing QA module.
The public api of Distribution.PackageDescription remains the same.
M ./Cabal.cabal +2
M ./Distribution/PackageDescription.hs -1078 +30
A ./Distribution/PackageDescription/Parse.hs
M ./Distribution/PackageDescription/QA.hs -4 +111
A ./Distribution/PackageDescription/Types.hs
View patch online:
http://darcs.haskell.org/packages/Cabal/_darcs/patches/20080204213306-adfee-1c4b1befbc43fef4e68909712480811ca2411aab.gz
More information about the Cvs-libraries
mailing list