Haskell-OpenAPI-Code-Generator / Haskell-OpenAPI-Client-Code-Generator

Generate Haskell client code from an OpenAPI 3 specification
46 stars 19 forks source link

Aeson 2 support #78

Closed joel-bach closed 2 years ago

NorfairKing commented 2 years ago

The generated code still doesn't compile with aeson>=2 after this, right?

joel-bach commented 2 years ago

The generated code still doesn't compile with aeson>=2 after this, right?

It did for me, but let me know if it does not for you.

Or do you mean if aeson 2 is the default now in the generated stack/cabal files?

NorfairKing commented 2 years ago

It did for me, but let me know if it does not for you.

Oh, then great!