Cabal-Version: >= 1.2
Name: xml-picklers
Version: 0.1
Synopsis: XML picklers based on xml-types, ported from hexpat-pickle
Description:
A library of combinators that allows Haskell data structures to be pickled
(serialized) to/from a representation of XML as defined in xml-types
Category: XML
License: BSD3
License-File: LICENSE
Author: Philipp Balzarek
Maintainer: Philipp Balzarek
Build-Type: Simple
Stability: experimental
Cabal-version: >= 1.8
Library
hs-source-dirs: src
Build-Depends:
base >= 3 && < 5
, xml-types >= 0.3
, text >= 0.11
, containers >= 0.4
Exposed-Modules: Data.XML.Pickle
Source-Repository head
type: git
location: https://github.com/Philonous/xml-picklers