packages feed

cabal-detailed-quickcheck 0.1.1.4 → 0.1.1.5

raw patch · 2 files changed

+10/−5 lines, 2 filesdep ~Cabaldep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Cabal, base

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cabal-detailed-quickcheck +## 0.1.1.5 — 2022-07-28++* Broadened version ranges further.+ ## 0.1.1.4 — 2022-07-19  * Broadened version range for `base`.
cabal-detailed-quickcheck.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               cabal-detailed-quickcheck-version:            0.1.1.4+version:            0.1.1.5 synopsis:           QuickCheck for Cabal tests description:        Turn QuickCheck properties into detailed Cabal tests homepage:           https://github.com/schuelermine/cabal-detailed-quickcheck@@ -16,9 +16,10 @@  library     exposed-modules:    Distribution.TestSuite.QuickCheck-    build-depends:      base >=4.14&&<5,-                        QuickCheck ^>=2.14.2,-                        Cabal ^>=3.6.3+    build-depends:      +        base >=4&&<5,+        QuickCheck ^>=2.14.2,+        Cabal ^>=3.6     hs-source-dirs:     lib     default-language:   Haskell2010 @@ -30,4 +31,4 @@ source-repository this     type:               git     location:           https://github.com/schuelermine/cabal-detailed-quickcheck.git-    tag:                0.1.1.4+    tag:                0.1.1.5