Skip to content

Commit

Permalink
devel/hs-tasty-quickcheck: update to tasty-quickcheck-0.11.1
Browse files Browse the repository at this point in the history
Version 0.11.1
--------------

* Add timeouts for individual tests within a property
  ([#425](UnkindPartition/tasty#425)).
* Define `showDefaultValue` for `QuickCheckTests`,
  `QuickCheckMaxSize` and `QuickCheckMaxRatio`
  ([#428](UnkindPartition/tasty#428)).
* Print the number of QuickCheck shrinks in the progress message
  ([#431](UnkindPartition/tasty#431)).
* Drop support for GHC 7.10.

Version 0.11
--------------

* Fix issues with QuickCheck progress reporting in the presence of `withMaxSuccess`
  ([#419](UnkindPartition/tasty#419)).
* Produce seeds that run a single failing tests instead of reproducing
  all the earlier successes ([#410](UnkindPartition/tasty#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.
  • Loading branch information
depressed-pho committed Feb 1, 2025
1 parent f6a5da7 commit d7fdf47
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
7 changes: 3 additions & 4 deletions devel/hs-tasty-quickcheck/Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# $NetBSD: Makefile,v 1.4 2024/05/09 01:32:14 pho Exp $
# $NetBSD: Makefile,v 1.5 2025/02/01 09:38:07 pho Exp $

DISTNAME= tasty-quickcheck-0.10.3
PKGREVISION= 2
DISTNAME= tasty-quickcheck-0.11.1
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= QuickCheck support for the Tasty test framework
LICENSE= mit

HASKELL_UNRESTRICT_DEPENDENCIES+= \
QuickCheck
random

.include "../../devel/hs-optparse-applicative/buildlink3.mk"
.include "../../devel/hs-QuickCheck/buildlink3.mk"
Expand Down
6 changes: 3 additions & 3 deletions devel/hs-tasty-quickcheck/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.3 2024/05/09 01:32:14 pho Exp $
# $NetBSD: buildlink3.mk,v 1.4 2025/02/01 09:38:07 pho Exp $

BUILDLINK_TREE+= hs-tasty-quickcheck

.if !defined(HS_TASTY_QUICKCHECK_BUILDLINK3_MK)
HS_TASTY_QUICKCHECK_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-tasty-quickcheck+= hs-tasty-quickcheck>=0.10.3
BUILDLINK_ABI_DEPENDS.hs-tasty-quickcheck+= hs-tasty-quickcheck>=0.10.3nb2
BUILDLINK_API_DEPENDS.hs-tasty-quickcheck+= hs-tasty-quickcheck>=0.11.1
BUILDLINK_ABI_DEPENDS.hs-tasty-quickcheck+= hs-tasty-quickcheck>=0.11.1
BUILDLINK_PKGSRCDIR.hs-tasty-quickcheck?= ../../devel/hs-tasty-quickcheck

.include "../../devel/hs-optparse-applicative/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions devel/hs-tasty-quickcheck/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2023/10/31 17:14:34 pho Exp $
$NetBSD: distinfo,v 1.2 2025/02/01 09:38:07 pho Exp $

BLAKE2s (tasty-quickcheck-0.10.3.tar.gz) = 7e90dadca1512821680d121d4013a918a1b21bae167898208f46c61f71c94d6a
SHA512 (tasty-quickcheck-0.10.3.tar.gz) = 6b7594df965575432e192d813268fe7b62b72a2f3d48da4b9817e1d025b7193cbd4a14653846c5b5191533448b8f2807863883d878997a5a13199072dffb59ec
Size (tasty-quickcheck-0.10.3.tar.gz) = 6289 bytes
BLAKE2s (tasty-quickcheck-0.11.1.tar.gz) = 1e60048bb73003a3fbb774063d1d26ff07cd4ec1afea2c8d1fad3c65abbcc893
SHA512 (tasty-quickcheck-0.11.1.tar.gz) = 6e669a5ad95b4126aab0248d97f35247e3c3299341a3bf61e2650c5c3c7d05b12a187e2228d0116ab8dc2d6ee0c23e40dd4cd3339cc7f0a7d08b2235230d2651
Size (tasty-quickcheck-0.11.1.tar.gz) = 7349 bytes

0 comments on commit d7fdf47

Please sign in to comment.