~singpolyma/haskell-libxml-sax

8d666031211fa1459914d7543db6927d2426714f — John Millikin 11 years ago 2bc1a55
Clean up cabal file, update homepage and repository links.
1 files changed, 13 insertions(+), 6 deletions(-)

M libxml-sax.cabal
M libxml-sax.cabal => libxml-sax.cabal +13 -6
@@ 1,22 1,29 @@
name: libxml-sax
version: 0.7.3
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
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
homepage: https://john-millikin.com/software/haskell-libxml/
bug-reports: mailto:jmillikin@gmail.com

synopsis: Bindings for the libXML2 SAX interface
description:

extra-source-files: hslibxml-shim.h

source-repository head
  type: bazaar
  location: http://john-millikin.com/software/bindings/libxml-sax/
  location: https://john-millikin.com/branches/haskell-libxml/0.7/

source-repository this
  type: bazaar
  location: https://john-millikin.com/branches/haskell-libxml/0.7/
  tag: haskell-libxml_0.7.3

library
  ghc-options: -Wall -O2