packages feed

xml-picklers-0.2.2: xml-picklers.cabal

Cabal-Version: >= 1.2
Name: xml-picklers
Version: 0.2.2
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
  .
  Release history
  .
  [0.2] Error system overhaul. New picklers: @xpSubsetAll@, @xpElems@
  .
  [0.1] Initial release
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