packages feed

Cabal revisions of libxml-sax-0.7.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name: libxml-sax-version: 0.7.1-synopsis: Bindings for the libXML2 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: Foreign, Text, XML, Parsing-stability: experimental-homepage: http://john-millikin.com/software/bindings/libxml-sax/-tested-with: GHC==6.12.1-extra-source-files: hslibxml-shim.h--source-repository head-  type: bazaar-  location: http://john-millikin.com/software/bindings/libxml-sax/--library-  ghc-options: -Wall -O2-  cc-options: -Wall--  build-depends:-      base >= 4 && < 5-    , bytestring >= 0.9 && < 0.10-    , text >= 0.7 && < 0.12-    , xml-types >= 0.3 && < 0.4--  exposed-modules:-    Text.XML.LibXML.SAX--  c-sources: hslibxml-shim.c--  extra-libraries: xml2-  pkgconfig-depends: libxml-2.0+name: libxml-sax
+version: 0.7.1
+x-revision: 1
+synopsis: Bindings for the libXML2 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: Foreign, Text, XML, Parsing
+stability: experimental
+homepage: http://john-millikin.com/software/bindings/libxml-sax/
+tested-with: GHC==6.12.1
+extra-source-files: hslibxml-shim.h
+
+source-repository head
+  type: bazaar
+  location: http://john-millikin.com/software/bindings/libxml-sax/
+
+library
+  ghc-options: -Wall -O2
+  cc-options: -Wall
+
+  build-depends:
+      base >= 4 && < 4.7
+    , bytestring >= 0.9 && < 0.10
+    , text >= 0.7 && < 0.12
+    , xml-types >= 0.3 && < 0.4
+
+  exposed-modules:
+    Text.XML.LibXML.SAX
+
+  c-sources: hslibxml-shim.c
+
+  extra-libraries: xml2
+  pkgconfig-depends: libxml-2.0