We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa78f5 commit 2c24635Copy full SHA for 2c24635
microaeson.cabal
@@ -1,7 +1,7 @@
1
cabal-version: 2.0
2
name: microaeson
3
version: 0.1.0.2
4
-x-revision: 1
+x-revision: 2
5
6
synopsis: A tiny JSON library with light dependency footprint
7
license: GPL-3
@@ -97,7 +97,7 @@ test-suite microaeson
97
98
-- dependencies requiring constraints
99
build-depends: aeson >= 1.3.1.0 && < 2.3
100
- , QuickCheck >= 2.11.3 && < 2.16
+ , QuickCheck >= 2.11.3 && < 3
101
, quickcheck-instances ^>= 0.3.16
102
, tasty >= 1.0.1.1 && < 1.6
103
, tasty-quickcheck >= 0.10 && < 1
0 commit comments