Name: libxml-sax Version: 0.4 stability: experimental Synopsis: Bindings for the libXML2 SAX interface License: MIT License-file: license.txt Author: John Millikin maintainer: jmillikin@gmail.com copyright: John Millikin 2009-2010, Dmitry Astapov 2010 Build-Type: Simple Cabal-Version: >=1.6 Category: Text, XML, Parsing tested-with: GHC==6.10.4, GHC==6.12.1 source-repository head type: darcs location: http://ianen.org/haskell/bindings/libxml-sax/ library ghc-options: -Wall -fno-warn-unused-do-bind build-tools: c2hs build-depends: base >=3 && < 5 , bytestring >= 0.9 && < 0.10 , text >= 0.7 && < 0.8 , xml-types >= 0.1 && < 0.2 , failable-list >= 0.2 && < 0.3 extra-libraries: xml2 pkgconfig-depends: libxml-2.0 exposed-modules: Text.XML.LibXML.SAX