streaming-concurrency 0.3.1.1 → 0.3.1.2
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~lifted-asyncPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: lifted-async
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- streaming-concurrency.cabal +4/−3
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for streaming-concurrency +## 0.3.1.2 -- 2018-05-23++* Bump lifted-async dependency.+ ## 0.3.1.1 -- 2018-03-23 * Bump exceptions dependency.
streaming-concurrency.cabal view
@@ -1,5 +1,5 @@ name: streaming-concurrency-version: 0.3.1.1+version: 0.3.1.2 synopsis: Concurrency support for the streaming ecosystem description: There are two primary higher-level use-cases for this library:@@ -22,7 +22,8 @@ build-type: Simple extra-source-files: ChangeLog.md, README.md cabal-version: >=1.10-tested-with: GHC == 7.10.2, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.3.*+tested-with: GHC == 7.10.2, GHC == 8.0.2, GHC == 8.2.2,+ GHC == 8.4.1, GHC == 8.5.* source-repository head type: git@@ -33,7 +34,7 @@ , Streaming.Concurrent.Lifted build-depends: base ==4.* , exceptions >= 0.6 && < 0.11- , lifted-async >= 0.9.3 && < 0.10+ , lifted-async >= 0.9.3 && < 0.111 , monad-control == 1.* , stm >= 2.4 && < 3 , streaming >= 0.1.4.0 && < 0.3