Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-tasty-quickcheck
From: Masatake Daimon
Date: 2025-02-01 10:38:07
Message id: 20250201093807.CE4F1FBE0@cvs.NetBSD.org
Log Message:
devel/hs-tasty-quickcheck: update to tasty-quickcheck-0.11.1
Version 0.11.1
--------------
* Add timeouts for individual tests within a property
([#425](https://github.com/UnkindPartition/tasty/pull/425)).
* Define `showDefaultValue` for `QuickCheckTests`,
`QuickCheckMaxSize` and `QuickCheckMaxRatio`
([#428](https://github.com/UnkindPartition/tasty/pull/428)).
* Print the number of QuickCheck shrinks in the progress message
([#431](https://github.com/UnkindPartition/tasty/pull/431)).
* Drop support for GHC 7.10.
Version 0.11
--------------
* Fix issues with QuickCheck progress reporting in the presence of `withMaxSuccess`
([#419](https://github.com/UnkindPartition/tasty/pull/419)).
* Produce seeds that run a single failing tests instead of reproducing
all the earlier successes \
([#410](https://github.com/UnkindPartition/tasty/pull/410)).
Seeds are now pairs instead of single integers, e.g.
`--quickcheck-replay="(SMGen 2909028190965759779 \
12330386376379709109,0)"`
Single integer seeds are still accepted as input, but they do run through
earlier successes.
The `QuickCheckReplay` type used as a tasty option has three data constructors
now. `QuickCheckReplayNone` is the default value and provides no seed.
`QuickCheckReplayLegacy` takes an integer as before. The `QuickCheckReplay`
data constructor takes the new seed form.
Files: