Thu, 23 May 2024 10:43:27 UTC | login

Information for build ghc-concurrent-extra-0.7.0.12-25.fc40

ID281528
Package Nameghc-concurrent-extra
Version0.7.0.12
Release25.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#fb14a3ce10a746cfe5264c5093f6c8b741788768
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, 15 Feb 2024 10:28:15 UTC
CompletedThu, 15 Feb 2024 11:12:04 UTC
Taskbuild (f40, /rpms/ghc-concurrent-extra.git:fb14a3ce10a746cfe5264c5093f6c8b741788768)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#fb14a3ce10a746cfe5264c5093f6c8b741788768'}}
Tags
f40
f41
RPMs
src
ghc-concurrent-extra-0.7.0.12-25.fc40.src.rpm (info) (download)
noarch
ghc-concurrent-extra-doc-0.7.0.12-25.fc40.noarch.rpm (info) (download)
riscv64
ghc-concurrent-extra-0.7.0.12-25.fc40.riscv64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-25.fc40.riscv64.rpm (info) (download)
ghc-concurrent-extra-prof-0.7.0.12-25.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 29 2023 Jens Petersen <petersen@redhat.com> - 0.7.0.12-23 - bump release * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.12-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.7.0.12-15 - refresh to cabal-rpm-2.1.0 with SPDX migration * 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