Cabal revisions of testpack-1.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: testpack Version: 1.0.2+x-revision: 1 License: LGPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen build-depends: base >= 4 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.2-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+ build-depends: base >= 4 && < 4.4 Build-Depends: base, 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.4, containers, random < 1.0.1 Else Build-Depends: base < 3