File: xml-helpers.cabal

package info (click to toggle)
haskell-xml-helpers 1.0.0-6
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 60 kB
  • sloc: haskell: 46; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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