TemplateHaskell generators for XML-isomorphic data types, instances for parsing and rendering. A convenient DSL to define types.
Go to file
2019-10-11 16:29:56 +03:00
src Make CPP work for gcc and clang 2019-10-11 12:40:49 +03:00
test fix tests 2019-10-10 23:54:15 +03:00
.gitignore Parent attribute support 2017-01-08 20:20:01 +03:00
.travis.yml Upd: use latest snapshots 2018-11-03 23:14:21 +03:00
CHANGELOG.md Release 0.3.0 2018-04-19 19:06:54 +03:00
ghc-802.yaml Upd: use latest snapshots 2018-11-03 23:14:21 +03:00
ghc-822.yaml Upd: use latest snapshots 2018-11-03 23:14:21 +03:00
ghc-844.yaml Upd: use latest snapshots 2018-11-03 23:14:21 +03:00
LICENSE Public release 2016-11-21 12:02:06 +03:00
README.md Add readme 2017-09-26 19:02:17 +03:00
release Add release script 2017-10-25 12:18:54 +03:00
Setup.hs Public release 2016-11-21 12:02:06 +03:00
stack.yaml Add: contents in composite types 2018-10-11 23:05:39 +03:00
xml-isogen.cabal Export Internal structures for code generation in xsd-isogen 2019-10-10 12:13:24 +03: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.