xmlbf: XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints.


[Skip to Readme]

Properties

Versions 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.5, 0.5, 0.6, 0.6.1, 0.6.2, 0.7
Change log ChangeLog.md
Dependencies base (<5), bytestring, containers, deepseq, text, transformers, unordered-containers [details]
License Apache-2.0
Copyright Copyright 2017-2018 Renzo Carbonara
Author Renzo Carbonara
Maintainer ren§ren*zone
Category Text
Home page https://gitlab.com/k0001/xmlbf
Uploaded by RenzoCarbonara at 2019-03-26T14:12:26Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for xmlbf-0.5

[back to package description]

xmlbf

XML back and forth!

xmlbf provides FromXML and ToXML instances intended to be used as the familiar FromJSON and ToJSON from the aeson package.

Build by running nix-build in the top-level directory. Alternatively, running nix-shell in the top-level directory puts you in a shell where all of the dependencies of this project are available. There you can use cabal and/or ./Setup.hs as usual.