Skip to content

Commit 2c24635

Browse files
committed
v0.1.0.2 revision 2: allow QuickCheck <3
1 parent 7fa78f5 commit 2c24635

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microaeson.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.0
22
name: microaeson
33
version: 0.1.0.2
4-
x-revision: 1
4+
x-revision: 2
55

66
synopsis: A tiny JSON library with light dependency footprint
77
license: GPL-3
@@ -97,7 +97,7 @@ test-suite microaeson
9797

9898
-- dependencies requiring constraints
9999
build-depends: aeson >= 1.3.1.0 && < 2.3
100-
, QuickCheck >= 2.11.3 && < 2.16
100+
, QuickCheck >= 2.11.3 && < 3
101101
, quickcheck-instances ^>= 0.3.16
102102
, tasty >= 1.0.1.1 && < 1.6
103103
, tasty-quickcheck >= 0.10 && < 1

0 commit comments

Comments
 (0)