relax the aeson constraint, allow 1.3.0.0, fixes https://github.com/fpco/stackage/issues/3337
This commit is contained in:
parent
c767efedb9
commit
7423ca3924
5 changed files with 6 additions and 5 deletions
|
@ -59,7 +59,7 @@ library
|
|||
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
|
||||
-- Here can be exceptions if we really need features from the newer versions.
|
||||
build-depends:
|
||||
aeson >= 1.2.3.0 && < 1.3
|
||||
aeson >= 1.2.3.0 && < 1.4
|
||||
, base-compat >= 0.9.3 && < 0.10
|
||||
, attoparsec >= 0.13.2.0 && < 0.14
|
||||
, http-client >= 0.5.7.1 && < 0.6
|
||||
|
|
|
@ -56,7 +56,7 @@ library
|
|||
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
|
||||
-- Here can be exceptions if we really need features from the newer versions.
|
||||
build-depends:
|
||||
aeson >= 1.2.3.0 && < 1.3
|
||||
aeson >= 1.2.3.0 && < 1.4
|
||||
, aeson-pretty >= 0.8.5 && < 0.9
|
||||
, base-compat >= 0.9.3 && < 0.10
|
||||
, case-insensitive >= 1.2.0.10 && < 1.3
|
||||
|
|
|
@ -75,7 +75,7 @@ library
|
|||
-- Other dependencies: Lower bound around what is in the latest Stackage LTS.
|
||||
-- Here can be exceptions if we really need features from the newer versions.
|
||||
build-depends:
|
||||
aeson >= 1.2.3.0 && < 1.3
|
||||
aeson >= 1.2.3.0 && < 1.4
|
||||
, base-compat >= 0.9.3 && < 0.10
|
||||
, attoparsec >= 0.13.2.0 && < 0.14
|
||||
, base64-bytestring >= 1.0.0.1 && < 1.1
|
||||
|
|
|
@ -82,7 +82,7 @@ library
|
|||
-- Here can be exceptions if we really need features from the newer versions.
|
||||
build-depends:
|
||||
base-compat >= 0.9.3 && < 0.10
|
||||
, aeson >= 1.2.3.0 && < 1.3
|
||||
, aeson >= 1.2.3.0 && < 1.4
|
||||
, attoparsec >= 0.13.2.0 && < 0.14
|
||||
, case-insensitive >= 1.2.0.10 && < 1.3
|
||||
, http-api-data >= 0.3.7.1 && < 0.4
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Let's try to keep resolver at the first day of the month
|
||||
resolver: nightly-2018-01-01
|
||||
resolver: nightly-2018-03-01
|
||||
packages:
|
||||
- servant-client/
|
||||
- servant-client-core/
|
||||
|
@ -13,6 +13,7 @@ extra-deps:
|
|||
- http-api-data-0.3.7.2
|
||||
- http-types-0.12
|
||||
- text-1.2.3.0
|
||||
- aeson-1.3.0.0
|
||||
|
||||
# allow-newer: true # ignores all bounds, that's a sledgehammer
|
||||
# - doc/tutorial/
|
||||
|
|
Loading…
Reference in a new issue