Thu, 23 May 2024 10:40:47 UTC | login

Information for build ghc-concurrent-extra-0.7.0.12-8.fc33

ID167375
Package Nameghc-concurrent-extra
Version0.7.0.12
Release8.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#39669122468e8d63ae17501fc1b68455ec6271ec
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 complete
Volume DEFAULT
StartedThu, 13 Aug 2020 10:24:47 UTC
CompletedThu, 13 Aug 2020 11:09:13 UTC
Taskbuild (f33, /rpms/ghc-concurrent-extra.git:39669122468e8d63ae17501fc1b68455ec6271ec)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#39669122468e8d63ae17501fc1b68455ec6271ec'}}
Tags
f33
f37
f38
RPMs
src
ghc-concurrent-extra-0.7.0.12-8.fc33.src.rpm (info) (download)
noarch
ghc-concurrent-extra-doc-0.7.0.12-8.fc33.noarch.rpm (info) (download)
riscv64
ghc-concurrent-extra-0.7.0.12-8.fc33.riscv64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-8.fc33.riscv64.rpm (info) (download)
ghc-concurrent-extra-prof-0.7.0.12-8.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.7.0.12-7 - refresh to cabal-rpm-2.0.6 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * 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