packages feed

fold-debounce 0.2.0.6 → 0.2.0.7

raw patch · 2 files changed

+8/−2 lines, 2 filesdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,11 @@ # Revision history for fold-debounce +## 0.2.0.7  -- 2018-03-14++* Confirmed test with `hspec-2.5.0`.+  Remove its dependency upper bound, because I think it's stable enough.++ ## 0.2.0.6  -- 2017-07-21  * Confirmed test with `time-1.8`.
fold-debounce.cabal view
@@ -1,5 +1,5 @@ name:                   fold-debounce-version:                0.2.0.6+version:                0.2.0.7 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.5,+                        hspec >=2.1.7,                         stm,                         time