streaming-concurrency 0.3.1.0 → 0.3.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- streaming-concurrency.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for streaming-concurrency +## 0.3.1.1 -- 2018-03-23++* Bump exceptions dependency.+ ## 0.3.1.0 -- 2018-03-14 * Allow `streaming-0.2.*`
streaming-concurrency.cabal view
@@ -1,5 +1,5 @@ name: streaming-concurrency-version: 0.3.1.0+version: 0.3.1.1 synopsis: Concurrency support for the streaming ecosystem description: There are two primary higher-level use-cases for this library:@@ -32,7 +32,7 @@ exposed-modules: Streaming.Concurrent , Streaming.Concurrent.Lifted build-depends: base ==4.*- , exceptions >= 0.6 && < 0.9+ , exceptions >= 0.6 && < 0.11 , lifted-async >= 0.9.3 && < 0.10 , monad-control == 1.* , stm >= 2.4 && < 3