tofromxml

Reading and writing Haskell data from and to XML

Latest on Hackage:0.1.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Robert Reitmeier
Maintained by Robert Reitmeier <concat ["public"," a t ","thinking-machines","dot",".net"]>

A library for reading and writing Haskell data from and to XML. Only prerequisite is that the data type derives Generic.