fold-debounce 0.2.0.3 → 0.2.0.4
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- fold-debounce.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for fold-debounce +## 0.2.0.4 -- 2016-11-27++* Confirmed test with `time-1.7`.++ ## 0.2.0.3 -- 2016-10-09 * Confirmed build with `hspec-2.3.0`.
fold-debounce.cabal view
@@ -1,5 +1,5 @@ name: fold-debounce-version: 0.2.0.3+version: 0.2.0.4 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -23,7 +23,7 @@ build-depends: base >= 4.6.0 && <5.0, data-default-class >=0.0.1 && <0.2, stm >=2.4.2 && <2.5,- time >=1.4.0 && <1.7,+ time >=1.4.0 && <1.8, stm-delay >=0.1.1 && <0.2 test-suite spec