Merge pull request #3251 from juhp/patch-1

allow QuickCheck-2.16
This commit is contained in:
Vidar Holen 2025-07-19 19:43:11 -07:00 committed by GitHub
commit 95ddc900fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,7 +58,7 @@ library
filepath >= 1.4.0 && < 1.6, filepath >= 1.4.0 && < 1.6,
mtl >= 2.2.2 && < 2.4, mtl >= 2.2.2 && < 2.4,
parsec >= 3.1.14 && < 3.2, parsec >= 3.1.14 && < 3.2,
QuickCheck >= 2.14.2 && < 2.16, QuickCheck >= 2.14.2 && < 2.17,
regex-tdfa >= 1.2.0 && < 1.4, regex-tdfa >= 1.2.0 && < 1.4,
transformers >= 0.4.2 && < 0.7, transformers >= 0.4.2 && < 0.7,