Thu, 23 May 2024 12:35:58 UTC | login

Information for build ghc-concurrent-extra-0.7.0.12-14.fc37

ID215319
Package Nameghc-concurrent-extra
Version0.7.0.12
Release14.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#03283395170cebbfdb5fa7df433a969e83e48a1d
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
StartedFri, 28 Oct 2022 21:37:11 UTC
CompletedSat, 29 Oct 2022 05:13:15 UTC
Taskbuild (f37, /rpms/ghc-concurrent-extra.git:03283395170cebbfdb5fa7df433a969e83e48a1d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#03283395170cebbfdb5fa7df433a969e83e48a1d'}}
Tags
f37
f38
RPMs
src
ghc-concurrent-extra-0.7.0.12-14.fc37.src.rpm (info) (download)
noarch
ghc-concurrent-extra-doc-0.7.0.12-14.fc37.noarch.rpm (info) (download)
riscv64
ghc-concurrent-extra-0.7.0.12-14.fc37.riscv64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-14.fc37.riscv64.rpm (info) (download)
ghc-concurrent-extra-prof-0.7.0.12-14.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.7.0.12-13 - rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.7.0.12-11 - rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * 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