~singpolyma/haskell-libxml-sax

2bc1a5501a8534f3061fdbb0f35187c5a4572e9b — John Millikin 10 years ago ef9b14e
Remove maximum version limit on "bytestring".

Bump version to 0.7.3.
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.2
version: 0.7.3
synopsis: Bindings for the libXML2 SAX interface
license: MIT
license-file: license.txt


@@ 23,8 23,8 @@ library
  cc-options: -Wall

  build-depends:
      base >= 4 && < 5
    , bytestring >= 0.9 && < 0.10
      base >= 4.0 && < 5.0
    , bytestring >= 0.9
    , text >= 0.7 && < 0.12
    , xml-types >= 0.3 && < 0.4