This package provides the Haskell async library documentation.
Provides
Requires
License
BSD-3-Clause
Changelog
* Wed Nov 06 2024 Peter Simons <psimons@suse.com>
- Update async to version 2.2.5 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
* Thu Aug 15 2024 Peter Simons <psimons@suse.com>
- Update async to version 2.2.5 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
* Sat Apr 13 2024 Peter Simons <psimons@suse.com>
- Update async to version 2.2.5 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
* Tue Nov 21 2023 Peter Simons <psimons@suse.com>
- Update async to version 2.2.5.
[#]# Changes in 2.2.5
- #117: Document that empty for Concurrently waits forever
- #120: Add ConcurrentlyE.
- #123: Fix failing concurrentlyE tests in older GHCs.
- #124: Allow hashable 1.4
- #126: Semigroup and Monoid instances for ConcurrentlyE
- #120: Add ConcurrentlyE
- #138: expose internals as Control.Concurrent.Async.Internal
- #131: Fix typos in docs
- #132: waitAny(Catch): clarify non-empty input list requirement
- #142: Add cancelMany
- #135, #145, #150: Support