patch applied (cabal): Move Dependency and it's show and parser into Package module
Tue Mar 11 19:00:42 PDT 2008 Duncan Coutts <duncan@haskell.org> * Move Dependency and it's show and parser into Package module Rather than having it in Version and its parser elsewhere. The Package module already imports the Version module which exports the VersionRange type. M ./Distribution/Package.hs +24 M ./Distribution/PackageDescription.hs -2 +3 M ./Distribution/PackageDescription/Configuration.hs -3 +2 M ./Distribution/PackageDescription/Parse.hs -3 +5 M ./Distribution/ParseUtils.hs -13 +3 M ./Distribution/Simple/Configure.hs -4 +3 M ./Distribution/Simple/PackageIndex.hs -2 +3 M ./Distribution/Version.hs -10 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080312020042-adfee-c3c626ed9...
participants (1)
-
Duncan Coutts