@hackage xml-picklers0.3.6
XML picklers based on xml-types, ported from hexpat-pickle
Installation
Dependencies (4)
- base >=3 && <5
- containers >=0.4
- text >=0.11
- xml-types >=0.3 Show all…
Dependents (5)
@hackage/d-bus, @hackage/amazon-products, @hackage/acme-everything, @hackage/pontarius-xmpp, @hackage/ohhecs
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