File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : aeson
3
3
version : 2.2.3.0
4
- x-revision : 3
4
+ x-revision : 4
5
5
license : BSD-3-Clause
6
6
license-file : LICENSE
7
7
category : Text, Web, JSON
@@ -124,7 +124,7 @@ library
124
124
, network-uri ^>= 2.6.4.1
125
125
, OneTuple ^>= 0.4.1.1
126
126
, primitive ^>= 0.8.0.0 || ^>= 0.9.0.0
127
- , QuickCheck ^>= 2.14.3 || ^>= 2.15
127
+ , QuickCheck ^>= 2.14.3 || ^>= 2.15 || ^ >= 2.16.0.0
128
128
, scientific ^>= 0.3.7.0
129
129
, semialign ^>= 1.3
130
130
, strict ^>= 0.5
@@ -204,7 +204,7 @@ test-suite aeson-tests
204
204
, containers
205
205
, data-fix
206
206
, deepseq
207
- , Diff >= 0.4 && < 0.6 || ^>= 1.0.2
207
+ , Diff >= 0.4 && < 0.6 || ^>= 1.0.2
208
208
, directory
209
209
, dlist
210
210
, filepath
@@ -217,7 +217,7 @@ test-suite aeson-tests
217
217
, network-uri
218
218
, OneTuple
219
219
, primitive
220
- , QuickCheck >= 2.14.2 && < 2.16
220
+ , QuickCheck
221
221
, quickcheck-instances >= 0.3.29 && < 0.4
222
222
, scientific
223
223
, strict
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ test-suite text-iso8601-tests
66
66
67
67
-- test dependencies
68
68
build-depends :
69
- QuickCheck >= 2.14.3 && < 2.16
69
+ QuickCheck >= 2.14.3 && < 2.17
70
70
, quickcheck-instances >= 0.3.29.1 && < 0.4
71
71
, tasty >= 1.4.3 && < 1.6
72
72
, tasty-hunit >= 0.10.0.3 && < 0.11
You can’t perform that action at this time.
0 commit comments