[haskell-http-client] relax Aeson constraint to allow Aeson 1 (#12486)

This commit is contained in:
Jon Schoning
2022-05-27 23:22:09 -05:00
committed by GitHub
parent e823290c8f
commit 078232acb5
12 changed files with 585 additions and 562 deletions

View File

@@ -19,7 +19,7 @@ dependencies:
- mtl >=2.2.1
- unordered-containers
- containers >=0.5.0.0 && <0.7
- aeson >=2.0 && <3.0
- aeson >=1.0 && <3.0
- bytestring >=0.10.0
- http-types >=0.8 && <0.13
- http-client >=0.5 && <0.8