@hackage / xml-picklers

XML picklers based on xml-types, ported from hexpat-pickle

Latest0.3.6

About

Metadata

  • Last updated , by PhilippBalzarek
  • License BSD-3-Clause
  • Categories XML
  • Maintained by: Philipp Balzarek

  • Lottery factor: 0

Links

Installation

Readme

A library of combinators that allows Haskell data structures to be pickled (serialized) to/from a representation of XML as defined in xml-types

Release history

0.3
Changed the Result type of unpicklers. Unpicklers now fail by default when there are remaining elements
0.2
Error system overhaul
0.1
Initial release