mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 17:00:43 +00:00
[haskell-http-client] relax Aeson constraint to allow Aeson 1 (#12486)
This commit is contained in:
@@ -24,7 +24,7 @@ executable openapi-petstore-app
|
||||
Paths_openapi_petstore_app
|
||||
ghc-options: -Wall
|
||||
build-depends:
|
||||
aeson >=2.0 && <3.0
|
||||
aeson >=1.0 && <3.0
|
||||
, base >=4.7 && <5.0
|
||||
, bytestring >=0.10.0 && <0.11
|
||||
, case-insensitive
|
||||
|
||||
@@ -19,7 +19,7 @@ dependencies:
|
||||
- mtl >=2.2.1
|
||||
- unordered-containers
|
||||
- containers >=0.5.0.0 && <0.8
|
||||
- aeson >=2.0 && <3.0
|
||||
- aeson >=1.0 && <3.0
|
||||
- bytestring >=0.10.0 && <0.11
|
||||
- http-types >=0.8 && <0.13
|
||||
- http-client >=0.5 && <0.8
|
||||
|
||||
Reference in New Issue
Block a user