pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-tasty-quickcheck
Module Name: pkgsrc
Committed By: pho
Date: Sat Feb 1 09:38:07 UTC 2025
Modified Files:
pkgsrc/devel/hs-tasty-quickcheck: Makefile buildlink3.mk distinfo
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.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-tasty-quickcheck/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-tasty-quickcheck/buildlink3.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-tasty-quickcheck/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-tasty-quickcheck/Makefile
diff -u pkgsrc/devel/hs-tasty-quickcheck/Makefile:1.4 pkgsrc/devel/hs-tasty-quickcheck/Makefile:1.5
--- pkgsrc/devel/hs-tasty-quickcheck/Makefile:1.4 Thu May 9 01:32:14 2024
+++ pkgsrc/devel/hs-tasty-quickcheck/Makefile Sat Feb 1 09:38:07 2025
@@ -1,7 +1,6 @@
-# $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@localhost
@@ -9,7 +8,7 @@ COMMENT= QuickCheck support for the Tast
LICENSE= mit
HASKELL_UNRESTRICT_DEPENDENCIES+= \
- QuickCheck
+ random
.include "../../devel/hs-optparse-applicative/buildlink3.mk"
.include "../../devel/hs-QuickCheck/buildlink3.mk"
Index: pkgsrc/devel/hs-tasty-quickcheck/buildlink3.mk
diff -u pkgsrc/devel/hs-tasty-quickcheck/buildlink3.mk:1.3 pkgsrc/devel/hs-tasty-quickcheck/buildlink3.mk:1.4
--- pkgsrc/devel/hs-tasty-quickcheck/buildlink3.mk:1.3 Thu May 9 01:32:14 2024
+++ pkgsrc/devel/hs-tasty-quickcheck/buildlink3.mk Sat Feb 1 09:38:07 2025
@@ -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"
Index: pkgsrc/devel/hs-tasty-quickcheck/distinfo
diff -u pkgsrc/devel/hs-tasty-quickcheck/distinfo:1.1 pkgsrc/devel/hs-tasty-quickcheck/distinfo:1.2
--- pkgsrc/devel/hs-tasty-quickcheck/distinfo:1.1 Tue Oct 31 17:14:34 2023
+++ pkgsrc/devel/hs-tasty-quickcheck/distinfo Sat Feb 1 09:38:07 2025
@@ -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
Home |
Main Index |
Thread Index |
Old Index