patch applied (packages/Cabal): Rearrange PackageDescription some
more
Ian Lynagh
igloo at earth.li
Sun May 11 07:19:42 EDT 2008
Tue Feb 5 11:43:41 PST 2008 Duncan Coutts <duncan at haskell.org>
* Rearrange PackageDescription some more
Previously we moved the types into Distribution.PackageDescription.Types.
Now all the remaining utils have been removed from D.PackageDescription we
can move D.PackageDescription.Types back to D.PackageDescription. Also move
D.Configuration to be D.PackageDescription.Configuration and move the types
used for GenericPackageDescription into D.PackageDescription and move the
functions that convert GenericPackageDescription -> PackageDescription into
the D.PackageDescription.Configuration module.
./Distribution/Configuration.hs -> ./Distribution/PackageDescription/Configuration.hs
./Distribution/PackageDescription/Types.hs -> ./Distribution/PackageDescription.hs
R ./Distribution/PackageDescription.hs
M ./Distribution/PackageDescription/Configuration.hs -85 +155
M ./Distribution/PackageDescription/Parse.hs -3 +2
View patch online:
http://darcs.haskell.org/packages/Cabal/_darcs/patches/20080205194341-adfee-1c1b303e605ccb587b10c55b9d1df9847f031cb8.gz
More information about the Cvs-libraries
mailing list