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

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

Downgrade to stack lts-16.12 to support more users #47

Closed joel-bach closed 3 years ago

joel-bach commented 3 years ago
NorfairKing commented 3 years ago

I certainly appreciate this! Is there anything that could go wrong with these sets becoming lists?

joel-bach commented 3 years ago

I certainly appreciate this! Is there anything that could go wrong with these sets becoming lists?

We have two different cases:

In addition we do not mess with the declaration order anymore so enums should appear in the order they were declared, which I like.

NorfairKing commented 3 years ago

Sounds great!

In addition we do not mess with the declaration order anymore so enums should appear in the order they were declared, which I like.

Yes I like that too!