fold-debounce-conduit

Regulate input traffic from conduit Source with Control.FoldDebounce

https://github.com/debug-ito/fold-debounce-conduit

Version on this page:0.1.0.5
LTS Haskell 19.33:0.2.0.6
Stackage Nightly 2022-03-17:0.2.0.6
Latest on Hackage:0.2.0.7

See all snapshots fold-debounce-conduit appears in

BSD-3-Clause licensed and maintained by Toshio Ito
This version can be pinned in stack with:fold-debounce-conduit-0.1.0.5@sha256:1025e1f451fe66189a1378d6209b70ba1955e3f4de76d5d4d2a3dd62cca020f1,2228

Module documentation for 0.1.0.5

fold-debounce-conduit

Regulate input traffic from conduit Source with Control.FoldDebounce

How to run tests

cabal configure --enable-tests && cabal build && cabal test

Author

Toshio Ito <debug.ito [at] gmail.com>

Changes

Revision history for fold-debounce-conduit

0.1.0.5 – 2017-01-24

  • Confirmed test with hspec-2.4.0

0.1.0.4 – 2016-10-10

  • Make the tests more stable.

0.1.0.3 – 2016-10-09

  • Confirmed build with hspec-2.3.0

0.1.0.2 – 2016-05-22

  • Confirmed build with base-4.9.0.0

0.1.0.1 – 2016-05-03

  • Bump dependency version upper bounds.
  • Expand dependency lower bound for stm. Now it supports stm-2.4.2, which is provided by Haskell Platform 2013.2.0.0.

0.1.0.0 – 2015-06-22

  • First version. Released on an unsuspecting world.