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

Support for newer purescript versions? #43

Open Swordlash opened 3 years ago

Swordlash commented 3 years ago

Hi,

I intend to use this nice library in production for generating a client for my Servant API. I already have purescript-bridge up and running, and I want to go further.

Unfortunately, as I see, the generated code requires quite an ancient version of purescript: purescript-servant-support and purescript-argonaut-generic-codecs are much outdated. Are there any perspectives for improvements in this area?