packages feed

html-entities 1.0.1.0 → 1.0.1.1

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~attoparsecdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: attoparsec, text

API changes (from Hackage documentation)

Files

html-entities.cabal view
@@ -1,14 +1,14 @@ name:   html-entities version:-  1.0.1.0+  1.0.1.1 synopsis:   A codec library for HTML-escaped text and HTML-entities description:   This library provides the following APIs for coding and decoding of   HTML-escaped text:   .-  * "attoparsec" parser+  * \"attoparsec\" parser   .   * Text decoder   .@@ -54,8 +54,8 @@     HTMLEntities.Decoder   build-depends:     unordered-containers == 0.2.*,-    text >= 1 && < 1.3,-    attoparsec >= 0.10 && < 0.13,+    text >= 1 && < 2,+    attoparsec >= 0.10 && < 0.14,     base-prelude >= 0.1.19 && < 0.2   ghc-options:     -funbox-strict-fields