Sat, 25 May 2024 19:52:41 UTC | login

Information for build ghc-concurrent-extra-0.7.0.12-5.fc31

ID125006
Package Nameghc-concurrent-extra
Version0.7.0.12
Release5.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#f4da99d22d04b6464c641ac08c6867da1230c4a1
SummaryExtra concurrency primitives
DescriptionThe 'concurrent-extra' package offers among other things the following selection of synchronisation primitives: * 'Broadcast': Wake multiple threads by broadcasting a value. * 'Event': Wake multiple threads by signaling an event. * 'Lock': Enforce exclusive access to a resource. Also known as a binary semaphore or mutex. The package additionally provides an alternative that works in the 'STM' monad. * 'RLock': A lock which can be acquired multiple times by the same thread. Also known as a reentrant mutex. * 'ReadWriteLock': Multiple-reader, single-writer locks. Used to protect shared resources which may be concurrently read, but only sequentially written. * 'ReadWriteVar': Concurrent read, sequential write variables. Please consult the API documentation of the individual modules for more detailed information. This package was inspired by the concurrency libraries of Java and Python.
Built bydavidlt
State failed
Volume DEFAULT
StartedSat, 21 Sep 2019 22:14:46 UTC
CompletedSat, 21 Sep 2019 22:49:16 UTC
Taskbuild (f31-candidate, /rpms/ghc-concurrent-extra.git:f4da99d22d04b6464c641ac08c6867da1230c4a1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#f4da99d22d04b6464c641ac08c6867da1230c4a1'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Aug 01 2019 Jens Petersen <petersen@redhat.com> - 0.7.0.12-5 - add doc and prof subpackages (cabal-rpm-1.0.0) * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.7.0.12-3 - refresh to cabal-rpm-0.13 * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sun Jul 22 2018 Jens Petersen <petersen@redhat.com> - 0.7.0.12-1 - update to 0.7.0.12 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.7.0.11-2 - rebuild * Fri Sep 29 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.7.0.11-1 - spec file generated by cabal-rpm-0.11.2