hexpat-pickle

XML picklers based on hexpat, source-code-similar to those of the HXT package

http://code.haskell.org/hexpat-pickle/

Latest on Hackage:0.6

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 Stephen Blackheath (blackh), Matthew Pocock (drdozer)
Maintained by http://blacksapphire.com/antispam/

A library of combinators that allows Haskell data structures to be pickled (serialized) to/from XML via the Tree datatype defined in the hexpat package. It is source-code-similar to the pickling functionality of the HXT package, to ease the transition between the two libraries. This implementation is faster but less complete than HXT. Unlike some other picklers, it also supports lazy unpickling.

This package does not depend on HXT.

DARCS repository: http://code.haskell.org/hexpat-pickle/