patch applied (cabal): Move Dependency and it's show and parser into Package module

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Mon Mar 17 15:42:47 EDT 2008


Tue Mar 11 19:00:42 PDT 2008  Duncan Coutts <duncan at 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-c3c626ed9c8cd6fd50f13dd8f8826b607b37843f.gz



More information about the cabal-devel mailing list