fold-debounce 0.2.0.4 → 0.2.0.5
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~hspecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hspec
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- fold-debounce.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for fold-debounce +## 0.2.0.5 -- 2017-01-24++* Confirmed test with `hspec-2.4.0`.++ ## 0.2.0.4 -- 2016-11-27 * Confirmed test with `time-1.7`.
fold-debounce.cabal view
@@ -1,5 +1,5 @@ name: fold-debounce-version: 0.2.0.4+version: 0.2.0.5 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -34,7 +34,7 @@ main-is: Spec.hs other-modules: Control.FoldDebounceSpec build-depends: base, fold-debounce,- hspec >=2.1.7 && <2.4,+ hspec >=2.1.7 && <2.5, stm, time @@ -46,7 +46,7 @@ main-is: Spec.hs other-modules: Control.FoldDebounceSpec build-depends: base, fold-debounce,- hspec >=2.1.7 && <2.4,+ hspec >=2.1.7 && <2.5, stm, time