Sun, 25 Jan 2026 18:02:13 CST | login

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

ID44369
Package Nameghc-concurrent-extra
Version0.7.0.12
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-concurrent-extra.git?.#85ce23a6c62320c5db8b37833b2eeb2f36413947
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 byzeyouliu
State complete
Volume DEFAULT
StartedSun, 21 Sep 2025 20:16:27 CST
CompletedSun, 21 Sep 2025 20:21:07 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-concurrent-extra.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-concurrent-extra.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-concurrent-extra-0.7.0.12-3.oc9.src.rpm (info) (download)
aarch64
ghc-concurrent-extra-0.7.0.12-3.oc9.aarch64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-3.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-concurrent-extra-0.7.0.12-3.oc9.loongarch64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-3.oc9.loongarch64.rpm (info) (download)
noarch
ghc-concurrent-extra-doc-0.7.0.12-3.oc9.noarch.rpm (info) (download)
x86_64
ghc-concurrent-extra-0.7.0.12-3.oc9.x86_64.rpm (info) (download)
ghc-concurrent-extra-devel-0.7.0.12-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
mock_output.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
noarch_rpmdiff.json
aarch64
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
state.log
root.log
build.log
dnf.rpm.log
hw_info.log
dnf.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sun Sep 21 2025 ocs-bot <ocs-bot@opencloudos.tech> - 0.7.0.12-3 - [Type] other - [DESC] Rebuild for ghc 9.8.4 * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.7.0.12-2 - Rebuilt for loongarch64 * Thu Aug 08 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.7.0.12-1 - initial build