BSD-3-Clause licensed by Colin Woodbury
Maintained by [email protected]
This version can be pinned in stack with:servant-xml-1.0.3@sha256:a7684cccc869627b8b586c8b417d8b9694bdf8a36fa4fa12d5518a83ea28063c,982

Module documentation for 1.0.3

servant-xml

Servant support for XML.

Types with a ToXml instance will be automatically marshalled into XML and successfully returned by Servant endpoints. Types with a FromXml instance can be decoded from request bodies.

In implementing these typeclass instances, you can use the primatives found in the xmlbf library.

Changes

CHANGELOG

1.0.3 (2024-01-31)

Fixed

  • Accept Content-Type: application/xml that are missing a charset.

1.0.2 (2022-12-09)

Changed

  • Updated to work with xmlbf-0.7.

1.0.1.4

  • Support for recent versions of xmlbf and xmlbf-xeno.

1.0.1.3

  • Bump various bounds.

1.0.1.1

  • Bump servant upper bound.

1.0.1

  • Added MimeUnrender instance for XML.

1.0.0

  • Initial release.