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 11cabal-version : 2.2
22name : aeson
33version : 2.2.3.0
4- x-revision : 3
4+ x-revision : 4
55license : BSD-3-Clause
66license-file : LICENSE
77category : 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments