Changelog for
ghc-concurrency-1.6.2.0-1.4.x86_64.rpm :
* Sun Dec 02 2018 psimonsAATTsuse.com- Update concurrency to version 1.6.2.0. 1.6.2.0 (2018-11-28) - -------------------
* Git: :tag:`concurrency-1.6.2.0`
* Hackage: :hackage:`concurrency-1.6.2.0`
*
*Contributors:
*
* :u:`gip` (:pull:`289`). Added ~~~~~
* (:pull:`289`) The ``Control.Concurrent.Classy.BoundedChan`` module.
* (:pull:`289`) The ``Control.Concurrent.Classy.Lock`` module.
* (:pull:`289`) The ``Control.Concurrent.Classy.RWLock`` module.
* Mon Oct 01 2018 psimonsAATTsuse.com- Update concurrency to version 1.6.1.0. 1.6.1.0 (2018-09-23) - -------------------
* Git: :tag:`concurrency-1.6.1.0`
* Hackage: :hackage:`concurrency-1.6.1.0` Added ~~~~~
* (:issue:`286`) Copy across additions from the :hackage:`stm` package:
* ``Control.Concurrent.Classy.STM.TQueue.flushTQueue``
* ``Control.Concurrent.Classy.STM.TBQueue.flushTBQueue``
* ``Control.Concurrent.Classy.STM.TBQueue.lengthTBQueue``
* ``Control.Concurrent.Classy.STM.TVar.stateTVar``
* (:issue:`287`) The ``Control.Concurrent.Classy.STM.TSem`` module. Changed ~~~~~~~
* (:issue:`286`) Copy across changes from the :hackage:`stm` package:
* Make definition of ``readTQueue`` consistent with ``readTBQueue`` Miscellaneous ~~~~~~~~~~~~~
* The upper bound on :hackage:`stm` is <2.6.
* Tue Jul 10 2018 psimonsAATTsuse.com- Add concurrency at version 1.6.0.0.