packages feed

xml-parsec-1.0.3: xml-parsec.cabal

Name:           xml-parsec
Version:        1.0.3
License:        GPL
License-File:   LICENSE
Author:         Stephan Friedrichs,
                Henning Günther,
                Oliver Mielentz,
                Martin Wegner
Maintainer:     Stephan Friedrichs <deduktionstheorem [at] web.de>

Stability:      Stable
Category:       Parsing
Synopsis:       Parsing XML with Parsec
Description:    Helper functions to use a Parsec-based parser for XML documents.
                This was originally developed as part of the Barracuda
                ad-hoc P2P chat client.
                .
                The Darcs repository can be found at <http://darcs.mroot.net/sep07-adhoc/>
Homepage:       http://sep07.mroot.net/

Build-Depends:  base, parsec, HaXml >= 1.19
Build-Type:     Simple

Exposed-Modules: Text.ParserCombinators.Parsec.XML
ghc-options:    -Wall