name: sxml version: 0.1.0.0 synopsis: A SXML-parser description: This library parses and write files, using datatypes from the package to represent their structure. It currently only features a DOM-style parser. homepage: http://blog.luigiscorner.com/ license: PublicDomain license-file: LICENSE author: ARJANEN Loïc Jean David maintainer: ARJANEN Loïc Jean David copyright: © 2016 ARJANEN Loïc Jean David category: Text, XML build-type: Simple cabal-version: >=1.10 library exposed-modules: Text.SXML, Text.SXML.Utils other-modules: Text.SXML.Internal build-depends: base < 5, xml-types, text, containers, polyparse default-language: Haskell2010 Source-Repository head Type: darcs Location: http://hub.darcs.net/Azel/sxml