name: libxml-enumerator version: 0.4.0.3 synopsis: Enumerator-based API for libXML's SAX interface license: MIT license-file: license.txt author: John Millikin maintainer: jmillikin@gmail.com copyright: Copyright (c) John Millikin 2010 build-type: Simple cabal-version: >=1.6 category: Enumerator, Text, XML, Parsing stability: experimental bug-reports: mailto:jmillikin@gmail.com homepage: http://john-millikin.com/software/libxml-enumerator/ tested-with: GHC==6.12.1 source-repository head type: bazaar location: http://john-millikin.com/software/libxml-enumerator/ library if true ghc-options: -Wall if impl(ghc >= 6.11) ghc-options: -fno-warn-unused-do-bind build-depends: base >= 4 && < 5 , bytestring >= 0.9 && < 0.10 , text >= 0.7 && < 0.11 , enumerator >= 0.4 && < 0.5 , transformers >= 0.2 && < 0.3 , libxml-sax >= 0.6.1 && < 0.7 , xml-types >= 0.1.1 && < 0.2 exposed-modules: Text.XML.LibXML.Enumerator