packages feed

hexpat 0.20.4 → 0.20.5

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~text

Dependency ranges changed: text

Files

hexpat.cabal view
@@ -1,6 +1,6 @@ Cabal-Version: >= 1.6 Name: hexpat-Version: 0.20.4+Version: 0.20.5 Synopsis: XML parser/formatter based on expat Description:   This package provides a general purpose Haskell XML library using Expat to@@ -48,7 +48,7 @@     0.19.9 fix formatting of > character + improve performance; 0.19.10 ghc-7.4.x compatibility;     0.20.1 fix an unfortunate crash when used in parallel processing and greatly improve     performance; 0.20.2 make parseSaxG lazier; 0.20.3 minor build issues; 0.20.4 remove-    dependency on extensible-exceptions.+    dependency on extensible-exceptions; 0.20.5 bump text upper bound. Category: XML License: BSD3 License-File: LICENSE@@ -119,7 +119,7 @@     base >= 3 && < 5,     bytestring,     transformers,-    text >= 0.5 && < 0.12,+    text >= 0.5.0.0 && < 1.1.0.0,     utf8-string == 0.3.*,     deepseq >= 1.1.0.0 && < 1.4.0.0,     containers,