test-framework-quickcheck2

QuickCheck-2 support for the test-framework package.

http://haskell.github.io/test-framework/

Version on this page:0.3.0.4
LTS Haskell 22.13:0.3.0.5@rev:3
Stackage Nightly 2024-03-14:0.3.0.5@rev:3
Latest on Hackage:0.3.0.5@rev:3

See all snapshots test-framework-quickcheck2 appears in

BSD-3-Clause licensed by Max Bolingbroke
Maintained by Haskell Libraries
This version can be pinned in stack with:test-framework-quickcheck2-0.3.0.4@sha256:5db4f7a92bc3d25ffd279cb080f02071126c40ffcd57b99b62b08d3ca45f554d,1767

Module documentation for 0.3.0.4

Allows QuickCheck-2 properties to be used with the test-framework package.

Changes

0.3.0.4

  • Add support for Quickcheck >= 2.8 && < 2.11’s InsufficientCoverage status result
  • Drop support for GHC < 7.0 (require Haskell2010 support)
  • Prevent maxDiscardRatio from becoming zero