packages feed

fold-debounce 0.2.0.10 → 0.2.0.11

raw patch · 2 files changed

+6/−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 view
@@ -1,5 +1,9 @@ # Revision history for fold-debounce +## 0.2.0.11  -- 2023-04-05++* Confirmed test with `ghc-9.4.4` and `time-1.12`.+ ## 0.2.0.10  -- 2022-11-24  * Confirmed test with `ghc-9.2.5` and `time-1.11`.
fold-debounce.cabal view
@@ -1,5 +1,5 @@ name:                   fold-debounce-version:                0.2.0.10+version:                0.2.0.11 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.6,-                        time >=1.4.0 && <1.12,+                        time >=1.4.0 && <1.13,                         stm-delay >=0.1.1 && <0.2  test-suite spec