streaming-with 0.2.2.0 → 0.2.2.1
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~temporary
Dependency ranges changed: temporary
Files
- ChangeLog.md +4/−0
- streaming-with.cabal +3/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for streaming-with +## 0.2.2.1 -- 2018-05-23++* Bump temporary dependency+ ## 0.2.2.0 -- 2018-05-23 * Actually export `liftThrow` from within `Streaming.With.Lifted`.
streaming-with.cabal view
@@ -1,5 +1,5 @@ name: streaming-with-version: 0.2.2.0+version: 0.2.2.1 synopsis: with/bracket-style idioms for use with streaming description: This package provides the foundations for a continuation-based@@ -14,8 +14,7 @@ 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.4.1,- GHC == 8.5.*+ GHC == 8.4.1, GHC == 8.5.* source-repository head type: git@@ -28,7 +27,7 @@ , exceptions >= 0.6 && < 0.11 , managed == 1.0.* , streaming-bytestring >= 0.1.0.3 && < 0.2- , temporary >= 1.2.1 && < 1.3+ , temporary >= 1.2.1 && < 1.4 , transformers hs-source-dirs: src default-language: Haskell2010