Thu, 23 May 2024 11:08:05 UTC | login

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

ID103713
Package Nameghc-concurrent-extra
Version0.7.0.12
Release3.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#daf1ff31b6bcf92ff41cec6739b034a5be0af417
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, 26 Jul 2019 09:38:40 UTC
CompletedFri, 26 Jul 2019 11:25:18 UTC
Taskbuild (f31-candidate, /rpms/ghc-concurrent-extra.git:daf1ff31b6bcf92ff41cec6739b034a5be0af417)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-concurrent-extra.git#daf1ff31b6bcf92ff41cec6739b034a5be0af417'}}
Tags
f31
f32
f33
RPMs
src
ghc-concurrent-extra-0.7.0.12-3.fc31.src.rpm (info) (download)
riscv64
ghc-concurrent-extra-0.7.0.12-3.fc31.riscv64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-3.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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