Allow aeson 2.1

Builds fine and all tests pass.
felixonmars/patch-1
Felix Yan 2022-10-14 21:08:08 +03:00 committed by GitHub
parent 0aa04af4eb
commit 746b67fe68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ flag pedantic
common library
build-depends:
, aeson ^>= 2.0.1
, aeson ^>= 2.0.1 || ^>= 2.1
, base ^>= 4.15.0
, butcher ^>= 1.3.3
, bytestring ^>= 0.10.12