Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-tasty-quickcheck
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
recursive revbump after patching lang/ghc910
Bump all Haskell packages after switching the default compiler.
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.
Recursive revbump after changing the default Haskell compiler
Revbump all Haskell after updating lang/ghc96
devel/hs-tasty-quickcheck: import hs-tasty-quickcheck-0.10.3 QuickCheck support for the Tasty test framework.