fold-debounce 0.2.0.5 → 0.2.0.6
raw patch · 2 files changed
+9/−3 lines, 2 filesdep ~hspecdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec, time
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−0
- fold-debounce.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,11 @@ # Revision history for fold-debounce +## 0.2.0.6 -- 2017-07-21++* Confirmed test with `time-1.8`.+* Drop version bounds for `hspec`. It's stable.++ ## 0.2.0.5 -- 2017-01-24 * Confirmed test with `hspec-2.4.0`.
fold-debounce.cabal view
@@ -1,5 +1,5 @@ name: fold-debounce-version: 0.2.0.5+version: 0.2.0.6 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.8,+ time >=1.4.0 && <1.9, stm-delay >=0.1.1 && <0.2 test-suite spec@@ -46,7 +46,7 @@ main-is: Spec.hs other-modules: Control.FoldDebounceSpec build-depends: base, fold-debounce,- hspec >=2.1.7 && <2.5,+ hspec, stm, time