packages feed

Cabal revisions of testpack-2.1.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 Name: testpack Version: 2.1.0+x-revision: 1 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen     build-depends: base >= 4 && <5   Build-Depends: base >= 3 && < 5,-               haskell98, mtl, HUnit, -               QuickCheck >= 2.1.0.3+               haskell98, mtl, HUnit < 1.3,+               QuickCheck >= 2.1.0.3 && < 2.5   If flag(splitBase)-   Build-Depends: base >= 3 && < 5, containers, random+   Build-Depends: base >= 3 && < 5, containers, random < 1.0.1  Else    Build-Depends: base < 3
revision 2
 Name: testpack Version: 2.1.0-x-revision: 1+x-revision: 2 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen  -- Hack for cabal-install weirdness.  cabal-install forces base 3,  -- though it works fine for Setup.lhs manually.  Fix.  if impl(ghc >= 6.9)-    build-depends: base >= 4 && <5+    build-depends: base >= 4 && <4.4 - Build-Depends: base >= 3 && < 5,+ Build-Depends: base >= 3 && < 4.4,                haskell98, mtl, HUnit < 1.3,                QuickCheck >= 2.1.0.3 && < 2.5