packages feed

broadcast-chan-pipes-0.3.0: CHANGELOG.md

0.3.0 [2025.03.16]
------------------
* Add missing reexports of `readBChan`, `writeBChan`, and `BChanError` to
  `BroadcastChan.Pipes` and `BroadcastChan.Pipes.Throw`.
* Add reexports for the new `tryReadBChan` in `BroadcastChan.Pipes` and
  `BroadcastChan.Pipes.Throw`.
* Turned into a trivial re-export of broadcast-chan:pipes.
* `broadcast-chan-pipes` is deprecated in favour of `broadcast-chan:pipes`
  (sub-library of the `broadcast-chan` package).

0.2.1.2 [2022.08.24]
--------------------
* Revision updating bounds for GHC 9.4.

0.2.1.1 [2021.12.01]
--------------------
* Updated bounds for GHC 9.0 and 9.2.
* Tighten bound on broadcast-chan to only use version with fixed race
  condition.

0.2.1 [2019.11.17]
------------------
* Bump for new broadcast-chan release.

0.2.0.2 [2019.03.30]
--------------------
* Update bounds for GHC 8.6

0.2.0.1 [2018.09.24]
--------------------
* Ditch GHC 7.6.3 support.

0.2.0 [2018.09.20]
------------------
* Initial release.