./devel/hs-tasty-quickcheck, QuickCheck support for the Tasty test framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.1nb1, Package name: hs-tasty-quickcheck-0.11.1nb1, Maintainer: pkgsrc-users

QuickCheck support for the Tasty test framework.


Master sites:

Filesize: 7.177 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-02-01 10:38:07 by Masatake Daimon | Files touched by this commit (3) | Package updated
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.
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-02 06:03:46 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-tasty-quickcheck: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-31 18:14:34 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-tasty-quickcheck: import hs-tasty-quickcheck-0.10.3

QuickCheck support for the Tasty test framework.