broadcast-chan-conduit 0.2.0 → 0.2.0.1
raw patch · 2 files changed
+13/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +7/−0
- broadcast-chan-conduit.cabal +6/−4
+ CHANGELOG.md view
@@ -0,0 +1,7 @@+0.2.0.1 [2018.09.24]+--------------------+* Ditch GHC 7.6.3 support.++0.2.0 [2018.09.20]+------------------+* Initial release.
broadcast-chan-conduit.cabal view
@@ -1,5 +1,5 @@ Name: broadcast-chan-conduit-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,9 +14,11 @@ 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 +Extra-Source-Files: CHANGELOG.md+ Synopsis: Conduit-based parallel streaming code for broadcast-chan Description:@@ -36,7 +38,7 @@ ScopedTypeVariables Trustworthy - Build-Depends: base >= 4.6 && < 5+ Build-Depends: base >= 4.7 && < 5 , broadcast-chan == 0.2.0.* , conduit >= 1.2 && < 1.4 , resourcet >= 1.1 && < 1.3