packages feed

cabal-detailed-quickcheck 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~CabalPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Cabal

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cabal-detailed-quickcheck +## 0.2.0.1 — 2022-10-29++* Broaden version bounds+ ## 0.2.0.0 — 2022-10-29  * Fix the library so `stdTestArgs` actually works.
cabal-detailed-quickcheck.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               cabal-detailed-quickcheck-version:            0.2.0.0+version:            0.2.0.1 synopsis:           QuickCheck for Cabal tests description:        Turn QuickCheck properties into detailed Cabal tests homepage:           https://github.com/schuelermine/cabal-detailed-quickcheck@@ -19,7 +19,7 @@     build-depends:               base >=4&&<5,         QuickCheck ^>=2.14.2,-        Cabal ^>=3.6+        Cabal >=3.6&&<3.9     hs-source-dirs:     lib     default-language:   Haskell2010 @@ -31,4 +31,4 @@ source-repository this     type:               git     location:           https://github.com/schuelermine/cabal-detailed-quickcheck.git-    tag:                0.2.0.0+    tag:                0.2.0.1