Allow aeson 1.5 (#1302)

Builds fine and all tests pass here.
This commit is contained in:
Felix Yan 2020-06-12 14:38:09 +08:00 committed by GitHub
parent 8e7b538921
commit c778a18372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ library
-- Here can be exceptions if we really need features from the newer versions. -- Here can be exceptions if we really need features from the newer versions.
build-depends: build-depends:
base-compat >= 0.10.5 && < 0.12 base-compat >= 0.10.5 && < 0.12
, aeson >= 1.4.1.0 && < 1.5 , aeson >= 1.4.1.0 && < 1.6
, attoparsec >= 0.13.2.2 && < 0.14 , attoparsec >= 0.13.2.2 && < 0.14
, bifunctors >= 5.5.3 && < 5.6 , bifunctors >= 5.5.3 && < 5.6
, case-insensitive >= 1.2.0.11 && < 1.3 , case-insensitive >= 1.2.0.11 && < 1.3