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

Module documentation for 0.5.1.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.1.0

  • Improved Elm generator output.
  • Relaxed dependency bounds for containers and time.

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.