fold-debounce-conduit 0.1.0.1 → 0.1.0.2
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 +5/−0
- fold-debounce-conduit.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for fold-debounce-conduit +## 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.
fold-debounce-conduit.cabal view
@@ -1,5 +1,5 @@ name: fold-debounce-conduit-version: 0.1.0.1+version: 0.1.0.2 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.6.0 && <4.9,+ build-depends: base >=4.6.0 && <5.0, conduit >=1.2.4 && <1.3, fold-debounce >=0.2.0 && <0.3, resourcet >=1.1.5 && <1.2,