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

Remove use of deprecated and removed Servant.Utils.Links #39

Closed LeifW closed 4 years ago

LeifW commented 4 years ago

Deprecated since servant 0.14.1, removed in 0.17. See https://github.com/haskell-servant/servant/pull/998

eskimor commented 4 years ago

Thanks!