MIT licensed by Rick Owens
Maintained by [email protected]
This version can be pinned in stack with:json-spec-elm-servant-0.5.0.0@sha256:856b9bccb9d594546e607b0e98e8238eab4431be12720d38a467bd03bcd0c57e,2842

Module documentation for 0.5.0.0

json-spec-elm-servant

Generate Elm encoders, decoders, and API requests for an Servant API, where the shape of the data going over the API is described using json-spec.

See the /test/test.hs and /test/Api.hs for an example.

Changes

Changelog

0.5.0.0

  • Added support for GHC 9.14.
    • This release is expected to be compatible with the 0.4.4.x series in most practical cases.
    • The major version bump is required because exposed type class instances and their constraints changed, which is a technical API change.