Cabal revisions of testpack-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: testpack Version: 1.0.0+x-revision: 1 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen Extensions: ExistentialQuantification Build-Depends: base,- haskell98, mtl, HUnit, + haskell98, mtl, HUnit < 1.3, QuickCheck >= 1.0 && < 2.0 If flag(splitBase)- Build-Depends: base >= 3, containers, random+ Build-Depends: base >= 3, containers, random < 1.0.1 Else Build-Depends: base < 3
revision 2
Name: testpack Version: 1.0.0-x-revision: 1+x-revision: 2 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen Extensions: ExistentialQuantification - Build-Depends: base,+ Build-Depends: base < 4.3, haskell98, mtl, HUnit < 1.3, QuickCheck >= 1.0 && < 2.0 If flag(splitBase)- Build-Depends: base >= 3, containers, random < 1.0.1+ Build-Depends: base >= 3 && < 4.3, containers, random < 1.0.1 Else Build-Depends: base < 3