packages feed

digestive-functors 0.7.1.4 → 0.7.1.5

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~QuickCheckdep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, time

API changes (from Hackage documentation)

Files

CHANGELOG view
@@ -1,3 +1,7 @@+- 0.7.1.5+    * Bump `time` dependency to allow up to `time-1.5`, for tests as well+    * Bump `QuickCheck` dependency to allow up to `QuickCheck-2.8`+ - 0.7.1.4     * Bump `time` dependency to allow up to `time-1.5` 
digestive-functors.cabal view
@@ -1,5 +1,5 @@ Name:     digestive-functors-Version:  0.7.1.4+Version:  0.7.1.5 Synopsis: A practical formlet library  Description:@@ -89,7 +89,7 @@    Build-depends:     HUnit                      >= 1.2 && < 1.3,-    QuickCheck                 >= 2.5 && < 2.8,+    QuickCheck                 >= 2.5 && < 2.9,     test-framework             >= 0.4 && < 0.9,     test-framework-hunit       >= 0.3 && < 0.4,     test-framework-quickcheck2 >= 0.3 && < 0.4,@@ -100,7 +100,7 @@     mtl        >= 1.1.0.0 && < 3,     old-locale >= 1.0     && < 1.1,     text       >= 0.10    && < 1.3,-    time       >= 1.4     && < 1.5+    time       >= 1.4     && < 1.6  Source-repository head   Type:     git