packages feed

cabal-detailed-quickcheck 0.1.1.1 → 0.1.1.2

raw patch · 3 files changed

+8/−4 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,8 +1,12 @@ # Revision history for cabal-detailed-quickcheck +## 0.1.1.2 — 2022-04-25++* Improved documentation.+ ## 0.1.1.1 — 2022-04-25 -* Improve packaging+* Improved packaging.  ## 0.1.1.0 — 2022-04-24 
README.md view
@@ -2,6 +2,6 @@  This is a library for using [QuickCheck](https://hackage.haskell.org/package/QuickCheck) properties in Cabal’s `detailed-0.9` test interface ([docs](https://cabal.readthedocs.io/en/3.6/cabal-package.html#example-package-using-detailed-0-9-interface)). -You can construct a `PropertyTest` for your property and call `getPropertyTest` on it. For more details, see the Haddock documentation.+You can construct a `PropertyTest` for your property and call `getPropertyTest` on it. For more details, see the Haddock documentation on [Hackage](https://hackage.haskell.org/package/cabal-detailed-quickcheck).  This project is developed on GitHub: <https://github.com/schuelermine/cabal-detailed-quickcheck>
cabal-detailed-quickcheck.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               cabal-detailed-quickcheck-version:            0.1.1.1+version:            0.1.1.2 synopsis:           QuickCheck for Cabal tests description:        Turn QuickCheck properties into detailed Cabal tests homepage:           https://github.com/schuelermine/cabal-detailed-quickcheck@@ -30,4 +30,4 @@ source-repository this     type:               git     location:           https://github.com/schuelermine/cabal-detailed-quickcheck.git-    tag:                0.1.1.1+    tag:                0.1.1.2