packages feed

libxml-sax-0.5.1: libxml-sax.cabal

Name: libxml-sax
Version: 0.5.1
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 2010
Build-Type: Simple
Cabal-Version: >=1.6
Category: Text, XML, Parsing
tested-with: 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

  extra-libraries: xml2
  pkgconfig-depends: libxml-2.0

  exposed-modules:
    Text.XML.LibXML.SAX