We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ebffe commit 467bddbCopy full SHA for 467bddb
2 files changed
wild-bind/ChangeLog.md
@@ -1,6 +1,8 @@
1
# Revision history for wild-bind
2
3
-## 0.1.2.12 -- ???
+## 0.1.2.12 -- 2025-06-19
4
+
5
+* Confirm test with `QuickCheck-2.16`.
6
7
## 0.1.2.11 -- 2025-03-19
8
wild-bind/wild-bind.cabal
@@ -57,7 +57,7 @@ test-suite spec
57
wild-bind,
58
transformers ^>=0.5.6 || ^>=0.6.1,
59
hspec ^>=2.11.12,
60
- QuickCheck,
+ QuickCheck ^>=2.15.0 || ^>=2.16.0,
61
stm ^>=2.5.0,
62
microlens ^>=0.4.14
63
0 commit comments