We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dc38a commit 772cbddCopy full SHA for 772cbdd
2 files changed
greskell-core/ChangeLog.md
@@ -1,5 +1,9 @@
1
# Revision history for greskell-core
2
3
+## 1.0.0.6 -- 2025-06-18
4
+
5
+* Fix build-depends.
6
7
## 1.0.0.5 -- 2025-06-18
8
9
* Support QuickCheck-2.16
greskell-core/greskell-core.cabal
@@ -64,7 +64,7 @@ test-suite spec
64
bytestring ^>=0.10.9 || ^>=0.11.3 || ^>=0.12.0,
65
greskell-core,
66
hspec ^>=2.9.1 || ^>=2.10.6 || ^>=2.11.9,
67
- QuickCheck
+ QuickCheck ^>=2.14.2 || ^>=2.15.0 || ^>=2.16.0
68
69
source-repository head
70
type: git
0 commit comments