~singpolyma/haskell-libxml-sax

b68b4aaf156ec55319d144392847393fc911e676 — Stephen Paul Weber 7 days ago 5a8c5e9 master 0.7.6
0.7.6
1 files changed, 7 insertions(+), 10 deletions(-)

M libxml-sax.cabal
M libxml-sax.cabal => libxml-sax.cabal +7 -10
@@ 1,15 1,15 @@
name: libxml-sax
version: 0.7.5
version: 0.7.6
license: MIT
license-file: license.txt
author: John Millikin
maintainer: jmillikin@gmail.com
build-type: Simple
cabal-version: >= 1.8
cabal-version: >= 1.10
category: Foreign, Text, XML, Parsing
stability: experimental
homepage: https://john-millikin.com/software/haskell-libxml/
bug-reports: mailto:jmillikin@gmail.com
homepage: https://git.singpolyma.net/haskell-libxml-sax
bug-reports: mailto:dev@singpolyma.net

synopsis: Bindings for the libXML2 SAX interface
description:


@@ 20,14 20,10 @@ extra-source-files:

source-repository head
  type: git
  location: https://john-millikin.com/code/haskell-libxml-sax/

source-repository this
  type: git
  location: https://john-millikin.com/code/haskell-libxml-sax/
  tag: haskell-libxml-sax_0.7.5
  location: https://git.singpolyma.net/haskell-libxml-sax

library
  default-language: Haskell2010
  hs-source-dirs: lib
  ghc-options: -Wall -O2
  cc-options: -Wall


@@ 47,6 43,7 @@ library
  pkgconfig-depends: libxml-2.0

test-suite test
  default-language: Haskell2010
  type: exitcode-stdio-1.0
  main-is: tests/Tests.hs