xml-isogen: Generate XML-isomorphic types

[ data, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

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.


[Skip to Readme]

Modules

[Last Documentation]

  • Data
    • THGen
      • Data.THGen.Enum
      • Data.THGen.XML
  • Text
    • XML
      • Text.XML.ParentAttributes

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.3.0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), dom-parser (>=2.0.0), lens (>=4.13), mtl (>=2.2), QuickCheck (>=2.8), semigroups (>=0.18), template-haskell (>=2.10), text (>=1.2), xml-conduit (>=1.0), xml-conduit-writer (>=0.1.1.0) [details]
Tested with ghc ==7.10.3, ghc ==8.0.2, ghc ==8.2.1
License MIT
Author Typeable.io contributors
Maintainer makeit@typeable.io
Uploaded by typeable at 2017-09-27T12:29:07Z
Revised Revision 1 made by mniip at 2025-12-07T17:18:56Z
Category Data
Home page https://github.com/typeable/xml-isogen
Source repo head: git clone git@github.com:typeable/xml-isogen.git
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 3007 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-09-27 [all 3 reports]

Readme for xml-isogen-0.2.0

[back to package description]

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.