cabal-detailed-quickcheck 0.1.1.3 → 0.1.1.4
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- cabal-detailed-quickcheck.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cabal-detailed-quickcheck +## 0.1.1.4 — 2022-07-19++* Broadened version range for `base`.+ ### 0.1.1.3 — 2022-04-25 * Improved documentation.
cabal-detailed-quickcheck.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: cabal-detailed-quickcheck-version: 0.1.1.3+version: 0.1.1.4 synopsis: QuickCheck for Cabal tests description: Turn QuickCheck properties into detailed Cabal tests homepage: https://github.com/schuelermine/cabal-detailed-quickcheck@@ -16,7 +16,7 @@ library exposed-modules: Distribution.TestSuite.QuickCheck- build-depends: base >=4.14&&<4.18,+ build-depends: base >=4.14&&<5, QuickCheck ^>=2.14.2, Cabal ^>=3.6.3 hs-source-dirs: lib@@ -30,4 +30,4 @@ source-repository this type: git location: https://github.com/schuelermine/cabal-detailed-quickcheck.git- tag: 0.1.1.3+ tag: 0.1.1.4