Fri Jun 6 06:37:12 PDT 2008 Duncan Coutts <duncan@haskell.org> * Put D.P.Parse back into Distribution.PackageDescription Some Setup.hs script rely on things that were exported from Distribution.PackageDescription that we'd moved into Distribution.PackageDescription.Parse. We cannot re-export them from the expected place without using recursive modules so just merge the modules back together again. Sigh. M ./Cabal.cabal -1 M ./Distribution/PackageDescription.hs -8 +780 M ./Distribution/PackageDescription/Check.hs -1 +1 M ./Distribution/PackageDescription/Configuration.hs -48 +1 R ./Distribution/PackageDescription/Parse.hs M ./Distribution/Simple.hs -3 +2 M ./Distribution/Simple/SetupWrapper.hs -2 +2 View patch online: http://darcs.haskell.org/cabal-branches/cabal-1.4/_darcs/patches/20080606133...