TemplateHaskell generators for XML-isomorphic data types, instances for parsing and rendering. A convenient DSL to define types.
Go to file
2017-10-24 13:11:34 +05:00
src Add compatibility with GHC 8 2017-09-26 18:36:45 +03:00
test Upd: add tests, but they work 2017-10-24 13:11:34 +05:00
.gitignore Parent attribute support 2017-01-08 20:20:01 +03:00
.travis.yml Add multi-ghc Travis build 2017-09-26 19:02:01 +03:00
CHANGELOG.md Release 0.2.0 2017-09-27 15:18:56 +03:00
ghc-802.yaml Upd: add tests, but they work 2017-10-24 13:11:34 +05:00
ghc-821.yaml Upd: add tests, but they work 2017-10-24 13:11:34 +05:00
LICENSE Public release 2016-11-21 12:02:06 +03:00
README.md Add readme 2017-09-26 19:02:17 +03:00
Setup.hs Public release 2016-11-21 12:02:06 +03:00
stack.yaml Upd: add tests, but they work 2017-10-24 13:11:34 +05:00
xml-isogen.cabal Upd: add tests, but they work 2017-10-24 13:11:34 +05:00

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.