packages feed

fold-debounce 0.2.0.14 → 0.2.0.15

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.15  -- 2025-03-19++* Confirm test with `ghc-9.12.1`.+ ## 0.2.0.14  -- 2024-11-01  * Remove broken links to `Control.Debounce` module. (#3)
fold-debounce.cabal view
@@ -1,5 +1,5 @@ name:                   fold-debounce-version:                0.2.0.14+version:                0.2.0.15 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -20,10 +20,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,+  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,                         data-default ^>=0.7.1 || ^>=0.8.0,                         stm ^>=2.5.0,-                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2,+                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14,                         stm-delay ^>=0.1.1  test-suite spec@@ -34,11 +34,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,+  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,                         fold-debounce,                         hspec ^>=2.10.6 || ^>=2.11.9,                         stm ^>=2.5.0,-                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2+                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14  test-suite spec-threaded   type:                 exitcode-stdio-1.0@@ -48,11 +48,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,+  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,                         fold-debounce,                         hspec ^>=2.10.6 || ^>=2.11.9,                         stm ^>=2.5.0,-                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2+                        time ^>=1.9.3 || ^>=1.11.1 || ^>=1.12.2 || ^>=1.14  source-repository head   type:                 git