xml-parsec-1.0.2: xml-parsec.cabal
Name: xml-parsec
Version: 1.0.2
License: GPL
License-File: LICENSE
Author: Stephan Friedrichs,
Henning Günther,
Oliver Mielentz,
Martin Wegner
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://repos.mroot.net/sep07-adhoc>
Homepage: http://sep07.mroot.net/
Build-Depends: base, parsec, HaXml
Build-Type: Simple
Exposed-Modules: Text.ParserCombinators.Parsec.XML
ghc-options: -Wall