mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 10:06:10 +00:00
[haskell-http-client] Update haskell-http-client generator to Aeson 2.x (#12309)
* Update haskell-http-client generator to Aeson 2.x Co-authored-by: Andrea Cognolato <andrecogno@hotmail.it>
This commit is contained in:
@@ -24,7 +24,7 @@ executable openapi-petstore-app
|
||||
Paths_openapi_petstore_app
|
||||
ghc-options: -Wall
|
||||
build-depends:
|
||||
aeson >=1.0 && <2.0
|
||||
aeson >=2.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 >=1.0 && <2.0
|
||||
- aeson >=2.0 && <3.0
|
||||
- bytestring >=0.10.0 && <0.11
|
||||
- http-types >=0.8 && <0.13
|
||||
- http-client >=0.5 && <0.8
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
resolver: lts-18.10
|
||||
resolver: lts-19.6
|
||||
extra-deps: [ '..' ]
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
packages: []
|
||||
snapshots:
|
||||
- completed:
|
||||
size: 587546
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/18/10.yaml
|
||||
sha256: 88b4f81e162ba3adc230a9fcccc4d19ac116377656bab56c7382ca88598b257a
|
||||
original: lts-18.10
|
||||
size: 618876
|
||||
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/6.yaml
|
||||
sha256: fb634b19f31da06684bb07ce02a20c75a3162138f279b388905b03ebd57bb50f
|
||||
original: lts-19.6
|
||||
|
||||
Reference in New Issue
Block a user