digestive-functors 0.8.1.0 → 0.8.1.1
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- CHANGELOG +3/−0
- digestive-functors.cabal +3/−3
CHANGELOG view
@@ -1,3 +1,6 @@+- 0.8.1.1+ * Bump `time` dependency to allow up to `time-1.6`+ - 0.8.1.0 * Add support for a list of files via `<input type="file" multiple />`
digestive-functors.cabal view
@@ -1,5 +1,5 @@ Name: digestive-functors-Version: 0.8.1.0+Version: 0.8.1.1 Synopsis: A practical formlet library Description:@@ -67,7 +67,7 @@ mtl >= 1.1.0.0 && < 3, old-locale >= 1.0 && < 1.1, text >= 0.10 && < 1.3,- time >= 1.4 && < 1.6+ time >= 1.4 && < 1.7 Extensions: CPP Test-suite digestive-functors-tests@@ -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.6+ time >= 1.4 && < 1.7 Source-repository head Type: git