packages feed

digestive-functors 0.7.1.1 → 0.7.1.2

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,6 @@+- 0.7.1.2+    * Bump `text` dependency to allow up to `text-1.3`+ - 0.7.1.1     * Bump `QuickCheck` dependency to allow `QuickCheck-2.7`     * Clean warnings in tests compilation
digestive-functors.cabal view
@@ -1,5 +1,5 @@ Name:     digestive-functors-Version:  0.7.1.1+Version:  0.7.1.2 Synopsis: A practical formlet library  Description:@@ -98,7 +98,7 @@     containers >= 0.3     && < 0.6,     mtl        >= 1.1.0.0 && < 3,     old-locale >= 1.0     && < 1.1,-    text       >= 0.10    && < 1.2,+    text       >= 0.10    && < 1.3,     time       >= 1.4     && < 1.5  Source-repository head