packages feed

streaming-with 0.2.1.0 → 0.2.1.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~exceptionsPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: exceptions

API changes (from Hackage documentation)

- Streaming.With: bracket :: MonadMask m => m a -> (a -> m b) -> (a -> m c) -> m c
+ Streaming.With: bracket :: MonadMask m => m a -> (a -> m c) -> (a -> m b) -> m b
- Streaming.With.Lifted: bracket :: MonadMask m => m a -> (a -> m b) -> (a -> m c) -> m c
+ Streaming.With.Lifted: bracket :: MonadMask m => m a -> (a -> m c) -> (a -> m b) -> m b

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for streaming-with +## 0.2.1.1 -- 2018-03-23++* Bump exceptions dependency+ ## 0.2.1.0 -- 2018-02-06  * Add the `RunWithable` class.
streaming-with.cabal view
@@ -1,5 +1,5 @@ name:                streaming-with-version:             0.2.1.0+version:             0.2.1.1 synopsis:            with/bracket-style idioms for use with streaming description:     This package provides the foundations for a continuation-based@@ -23,7 +23,7 @@   exposed-modules:     Streaming.With                      , Streaming.With.Lifted   build-depends:       base == 4.*-                     , exceptions >= 0.6 && < 0.9+                     , exceptions >= 0.6 && < 0.11                      , managed == 1.0.*                      , streaming-bytestring >= 0.1.0.3 && < 0.2                      , temporary >= 1.2.1 && < 1.3