The NetBSD Project

CVS log for pkgsrc/devel/hs-tasty-quickcheck/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-tasty-quickcheck

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:31 2025 UTC (12 days, 22 hours ago) by pho
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:26 2025 UTC (6 weeks, 1 day ago) by pho
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 1 09:38:07 2025 UTC (6 weeks, 2 days ago) by pho
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
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.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 9 01:32:14 2024 UTC (10 months, 1 week ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:59 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Oct 31 17:14:34 2023 UTC (16 months, 2 weeks ago) by pho
Branches: MAIN
devel/hs-tasty-quickcheck: import hs-tasty-quickcheck-0.10.3

QuickCheck support for the Tasty test framework.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>