cabal-detailed-quickcheck 0.1.2.0 → 0.1.2.1
raw patch · 3 files changed
+7/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- cabal-detailed-quickcheck.cabal +2/−2
- lib/Distribution/TestSuite/QuickCheck.hs +1/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for cabal-detailed-quickcheck +## 0.1.2.1 — 2022-09-05++* Fix error in documentation.+ ## 0.1.2.0 — 2022-09-05 * Fixed verbosity switching.
cabal-detailed-quickcheck.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: cabal-detailed-quickcheck-version: 0.1.2.0+version: 0.1.2.1 synopsis: QuickCheck for Cabal tests description: Turn QuickCheck properties into detailed Cabal tests homepage: https://github.com/schuelermine/cabal-detailed-quickcheck@@ -31,4 +31,4 @@ source-repository this type: git location: https://github.com/schuelermine/cabal-detailed-quickcheck.git- tag: 0.1.2.0+ tag: 0.1.2.1
lib/Distribution/TestSuite/QuickCheck.hs view
@@ -45,7 +45,7 @@ -- +====================+==============+=================================================================================+ -- | @silent@ | Booleans | If true, all output is disabled. | -- | | | Sets 'verbosity' to 'Silent'. See 'QC.chatty'. |--- | | | Disabling Silent raises the verbosity to Chatty if is not already higher |+-- | | | Disabling Silent raises the verbosity to Chatty if it is not already higher. | -- +--------------------+--------------+---------------------------------------------------------------------------------+ -- | @chatty@ | Booleans | If true, the default amount of output is emitted by QuickCheck. | -- | | | Sets 'verbosity' to 'Chatty'. See 'QC.chatty'. |