From 8e8ba2a79aa027ae2a265ab26c081ec777914de8 Mon Sep 17 00:00:00 2001 From: John Millikin Date: Fri, 14 Feb 2014 16:41:56 -0800 Subject: [PATCH] Remove maximum dependency version on text. Bump version to 0.7.5. --- libxml-sax.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libxml-sax.cabal b/libxml-sax.cabal index 964c36a..436b5ca 100644 --- a/libxml-sax.cabal +++ b/libxml-sax.cabal @@ -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: -- 2.38.4