forked from loafle/openapi-generator-original
[haskell-http-client] relax Aeson constraint to allow Aeson 1 (#12486)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user