cabal-test-quickcheck 0.1.8 → 0.1.8.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~Cabaldep ~QuickCheckdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Cabal, QuickCheck, base
API changes (from Hackage documentation)
Files
cabal-test-quickcheck.cabal view
@@ -1,5 +1,5 @@ name: cabal-test-quickcheck-version: 0.1.8+version: 0.1.8.1 license: MIT license-file: LICENSE author: Timothy Jones@@ -28,10 +28,10 @@ Distribution.TestSuite.QuickCheck build-depends:- base >= 4.6 && < 5.0,- Cabal >= 1.16 && < 1.25,+ base >= 4.6 && < 4.11,+ Cabal >= 1.16 && < 2.1, QuickCheck >= 2.8 && < 2.11 source-repository head type: git- location: git://github.com/zmthy/cabal-test-quickcheck.git+ location: https://github.com/zmthy/cabal-test-quickcheck