MIT licensed by Typeable.io contributors
Maintained by [email protected]
This version can be pinned in stack with:xml-isogen-0.2.1@sha256:9d1e028b6ed49b6db6cb2fd23703a41e8393d5159f20b8214c1a4fd620e912d1,2690

Module documentation for 0.2.1

xml-isogen

Build Status

TemplateHaskell generators for XML-isomorphic data types, including instances for parsing and rendering. A convenient DSL to define those types.

This is similar to XSD but is Haskell-specific.

Changes

0.2.1

  • Workaround for the GHC 8.2.1 attribute generation bug

  • Add tests checking run-time behaviour of generated code

0.2.0

  • Builds with GHC 7.10.3, 8.0.2 and 8.2.1

0.1.0

  • Public release