Sun, 01 Dec 2024 04:52:45 UTC | login

Information for build ghc-concurrent-extra-0.7.0.12-28.fc41

ID335888
Package Nameghc-concurrent-extra
Version0.7.0.12
Release28.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#e829fc985aba4ea4e914bd1b050c60cd62ce5010
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
StartedMon, 12 Aug 2024 06:17:59 UTC
CompletedMon, 12 Aug 2024 06:29:28 UTC
Taskbuild (f41, /rpms/ghc-concurrent-extra.git:e829fc985aba4ea4e914bd1b050c60cd62ce5010)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#e829fc985aba4ea4e914bd1b050c60cd62ce5010'}}
Tags
f41
f42
RPMs
src
ghc-concurrent-extra-0.7.0.12-28.fc41.src.rpm (info) (download)
noarch
ghc-concurrent-extra-doc-0.7.0.12-28.fc41.noarch.rpm (info) (download)
riscv64
ghc-concurrent-extra-0.7.0.12-28.fc41.riscv64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-28.fc41.riscv64.rpm (info) (download)
ghc-concurrent-extra-prof-0.7.0.12-28.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 05 2024 Jens Petersen <petersen@redhat.com> 0.7.0.12-28 - bump release * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.7.0.12-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> 0.7.0.12-26 - refresh to cabal-rpm-2.2.1 * 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