Skip to content

Commit e59df92

Browse files
authored
Merge pull request #1137 from haskell/QC-2.16
Allow QuickCheck-2.16.0.0
2 parents 85d485f + a9acce4 commit e59df92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

aeson.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.2
22
name: aeson
33
version: 2.2.3.0
4-
x-revision: 3
4+
x-revision: 4
55
license: BSD-3-Clause
66
license-file: LICENSE
77
category: Text, Web, JSON
@@ -124,7 +124,7 @@ library
124124
, network-uri ^>=2.6.4.1
125125
, OneTuple ^>=0.4.1.1
126126
, 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
128128
, scientific ^>=0.3.7.0
129129
, semialign ^>=1.3
130130
, strict ^>=0.5
@@ -204,7 +204,7 @@ test-suite aeson-tests
204204
, containers
205205
, data-fix
206206
, deepseq
207-
, Diff >=0.4 && <0.6 || ^>=1.0.2
207+
, Diff >=0.4 && <0.6 || ^>=1.0.2
208208
, directory
209209
, dlist
210210
, filepath
@@ -217,7 +217,7 @@ test-suite aeson-tests
217217
, network-uri
218218
, OneTuple
219219
, primitive
220-
, QuickCheck >=2.14.2 && <2.16
220+
, QuickCheck
221221
, quickcheck-instances >=0.3.29 && <0.4
222222
, scientific
223223
, strict

text-iso8601/text-iso8601.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test-suite text-iso8601-tests
6666

6767
-- test dependencies
6868
build-depends:
69-
QuickCheck >=2.14.3 && <2.16
69+
QuickCheck >=2.14.3 && <2.17
7070
, quickcheck-instances >=0.3.29.1 && <0.4
7171
, tasty >=1.4.3 && <1.6
7272
, tasty-hunit >=0.10.0.3 && <0.11

0 commit comments

Comments
 (0)