@hackage tofromxml0.1.0.1
Reading and writing Haskell data from and to XML
Categories
License
BSD-3-Clause
Maintainer
Robert Reitmeier <concat ["public"," a t ","thinking-machines","dot",".net"]>
Links
Versions
Installation
Dependencies (6)
- array >=0.5 && <0.6
- base >=4.7 && <4.8
- bytestring >=0.10 && <0.11
- containers >=0.5 && <0.6
- hexpat >=0.20 && <0.21
- hexpat-pickle >=0.6 && <0.7 Show all…
Dependents (1)
@hackage/acme-everything
A library for reading and writing Haskell data from and to XML. Only prerequisite is that the data type derives Generic.