fold-debounce-conduit 0.2.0.5 → 0.2.0.6
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- fold-debounce-conduit.cabal +3/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for fold-debounce-conduit +## 0.2.0.6 -- 2021-02-28++* Confirm test with `base-4.15.0.0` (ghc-9.0.1)+ ## 0.2.0.5 -- 2020-06-21 * Confirm test with `base-4.14.0.0` (ghc-8.10.1)
fold-debounce-conduit.cabal view
@@ -1,5 +1,5 @@ name: fold-debounce-conduit-version: 0.2.0.5+version: 0.2.0.6 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -20,7 +20,7 @@ exposed-modules: Data.Conduit.FoldDebounce -- other-modules: default-extensions: FlexibleContexts- build-depends: base >=4.9.0 && <4.15,+ build-depends: base >=4.9.0 && <4.16, conduit >=1.3.0 && <1.4, fold-debounce >=0.2.0 && <0.3, resourcet >=1.2.0 && <1.3,@@ -44,6 +44,7 @@ ghc-options: -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m" main-is: Spec.hs other-modules: Data.Conduit.FoldDebounceSpec+ build-tool-depends: hspec-discover:hspec-discover build-depends: base, fold-debounce-conduit, stm, conduit, transformers, resourcet, hspec >=2.1.7