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

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

StripeT/StripeM in generated code? #57

Closed saurabhnanda closed 3 years ago

saurabhnanda commented 3 years ago

Did something wrong get merged into the master branch? All generated code seems to be referring to StripeT and StripeM

saurabhnanda commented 3 years ago

Please see if https://github.com/saurabhnanda/Haskell-OpenAPI-Client-Code-Generator/commit/c977d8f7bdec24c7bead1908e937870363ffb431 fixes the problem.

joel-bach commented 3 years ago

Thank you for pointing this out, I created the following PR to address it: https://github.com/Haskell-OpenAPI-Code-Generator/Haskell-OpenAPI-Client-Code-Generator/pull/59