packages feed

xml-helpers-1.0.0: xml-helpers.cabal

Name: xml-helpers
Version: 1.0.0
Build-Type: Simple
Cabal-Version: >= 1.6
License: BSD3
License-File: LICENSE
Author: Adam Wick <awick@uhsure.com>
Maintainer: Adam Wick <awick@uhusre.com>
Homepage: http://github.com/acw/xml-helpers
Category: Text, XML
Synopsis: Some useful helper functions for the xml library.

Description:
  Included are some folds and maps I've found useful in parsing XML data.

Library
  Build-Depends: base >= 4.0 && < 5.0,
                 xml >= 1.3 && < 1.4
  Exposed-Modules: Text.XML.Light.Helpers

source-repository head
  type: git
  location: http://github.com/acw/xml-helpers