packages feed

fold-debounce-conduit 0.2.0.4 → 0.2.0.5

raw patch · 2 files changed

+6/−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 view
@@ -1,5 +1,9 @@ # Revision history for fold-debounce-conduit +## 0.2.0.5  -- 2020-06-21++* Confirm test with `base-4.14.0.0` (ghc-8.10.1)+ ## 0.2.0.4  -- 2019-12-30  * Confirm test with `base-4.13.0.0`
fold-debounce-conduit.cabal view
@@ -1,5 +1,5 @@ name:                   fold-debounce-conduit-version:                0.2.0.4+version:                0.2.0.5 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.14,+  build-depends:        base >=4.9.0 && <4.15,                         conduit >=1.3.0 && <1.4,                         fold-debounce >=0.2.0 && <0.3,                         resourcet >=1.2.0 && <1.3,