eskimor / servant-purescript

Translate servant API to purescript code, with the help of purescript-bridge.
BSD 3-Clause "New" or "Revised" License
105 stars 44 forks source link

Generated code uses encoders and decoders from provided options instead of hard-coded Aeson ones #34

Closed mpodlasin closed 7 years ago

mpodlasin commented 7 years ago

Solves #6

Accompanied by https://github.com/eskimor/purescript-servant-support/pull/10

eskimor commented 7 years ago

Thank you! I hope to find time to check this out this week!