broadcast-chan-pipes 0.2.0 → 0.2.0.1
raw patch · 1 files changed
+4/−4 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
broadcast-chan-pipes.cabal view
@@ -1,5 +1,5 @@ Name: broadcast-chan-pipes-Version: 0.2.0+Version: 0.2.0.1 Homepage: https://github.com/merijn/broadcast-chan Bug-Reports: https://github.com/merijn/broadcast-chan/issues@@ -14,8 +14,8 @@ Category: System Cabal-Version: >= 1.10 Build-Type: Simple-Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2,- GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.1+Tested-With: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2,+ GHC == 8.4.3, GHC == 8.6.1 Synopsis: Pipes-based parallel streaming code for broadcast-chan @@ -35,7 +35,7 @@ Safe ScopedTypeVariables - Build-Depends: base >= 4.6 && < 5+ Build-Depends: base >= 4.7 && < 5 , broadcast-chan == 0.2.0.* , pipes >= 4.1.6 && < 4.4 , pipes-safe == 2.2.*