packages feed

fold-debounce 0.2.0.16 → 0.2.0.17

raw patch · 2 files changed

+11/−7 lines, 2 filesdep ~basedep ~timePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, time

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for fold-debounce +## 0.2.0.17  -- 2026-01-08++* Confirm test with `ghc-9.14.1`.+ ## 0.2.0.16  -- 2025-03-28  * Improve the code, haddock and .cabal file based on hlint and cabal check ( https://github.com/debug-ito/fold-debounce/pull/4 )
fold-debounce.cabal view
@@ -1,5 +1,5 @@ name:                   fold-debounce-version:                0.2.0.16+version:                0.2.0.17 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -21,10 +21,10 @@   exposed-modules:      Control.FoldDebounce   default-extensions:   DeriveDataTypeable   -- other-modules:-  build-depends:        base ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0,+  build-depends:        base ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,                         data-default ^>=0.7.1 || ^>=0.8.0,                         stm ^>=2.5.0,-                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14,+                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14 || ^>=1.15,                         stm-delay ^>=0.1.1  test-suite spec@@ -35,11 +35,11 @@   main-is:              Spec.hs   other-modules:        Control.FoldDebounceSpec   build-tool-depends:   hspec-discover:hspec-discover-  build-depends:        base ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0,+  build-depends:        base ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,                         fold-debounce,                         hspec ^>=2.10.6 || ^>=2.11.9,                         stm ^>=2.5.0,-                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14+                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14 || ^>=1.15  test-suite spec-threaded   type:                 exitcode-stdio-1.0@@ -49,11 +49,11 @@   main-is:              Spec.hs   other-modules:        Control.FoldDebounceSpec   build-tool-depends:   hspec-discover:hspec-discover-  build-depends:        base ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0,+  build-depends:        base ^>=4.14.0 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,                         fold-debounce,                         hspec ^>=2.10.6 || ^>=2.11.9,                         stm ^>=2.5.0,-                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14+                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14 || ^>=1.15  source-repository head   type:                 git