~singpolyma/haskell-libxml-sax

8e8ba2a79aa027ae2a265ab26c081ec777914de8 — John Millikin 10 years ago c87b7fc
Remove maximum dependency version on text.

Bump version to 0.7.5.
1 files changed, 3 insertions(+), 3 deletions(-)

M libxml-sax.cabal
M libxml-sax.cabal => libxml-sax.cabal +3 -3
@@ 1,5 1,5 @@
name: libxml-sax
version: 0.7.4
version: 0.7.5
license: MIT
license-file: license.txt
author: John Millikin


@@ 25,7 25,7 @@ source-repository head
source-repository this
  type: git
  location: https://john-millikin.com/code/haskell-libxml-sax/
  tag: haskell-libxml-sax_0.7.4
  tag: haskell-libxml-sax_0.7.5

library
  hs-source-dirs: lib


@@ 35,7 35,7 @@ library
  build-depends:
      base >= 4.1 && < 5.0
    , bytestring >= 0.9
    , text >= 0.7 && < 0.12
    , text >= 0.7
    , xml-types >= 0.3 && < 0.4

  exposed-modules: