Fri, 23 Jan 2026 19:12:59 CST | login

Information for build ghc-async-2.2.5-2.oc9

ID44676
Package Nameghc-async
Version2.2.5
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-async.git?.#79c69bf7edc46601ed1f330fd823091f34cb8ac9
SummaryRun IO operations asynchronously and wait for their results
DescriptionThis package provides a higher-level interface over threads, in which an 'Async a' is a concurrent thread that will eventually deliver a value of type 'a'. The package provides ways to create "Async" computations, wait for their results, and cancel them. Using 'Async' is safer than using threads in two ways: * When waiting for a thread to return a result, if the thread dies with an exception then the caller must either re-throw the exception ('wait') or handle it ('waitCatch'); the exception cannot be ignored. * The API makes it possible to build a tree of threads that are automatically killed when their parent dies (see 'withAsync').
Built byzeyouliu
State complete
Volume DEFAULT
StartedFri, 10 Oct 2025 22:24:33 CST
CompletedFri, 10 Oct 2025 22:32:49 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-async.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-async.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-async-2.2.5-2.oc9.src.rpm (info) (download)
aarch64
ghc-async-2.2.5-2.oc9.aarch64.rpm (info) (download)
ghc-async-devel-2.2.5-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-async-2.2.5-2.oc9.loongarch64.rpm (info) (download)
ghc-async-devel-2.2.5-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-async-doc-2.2.5-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-async-2.2.5-2.oc9.x86_64.rpm (info) (download)
ghc-async-devel-2.2.5-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
dnf.rpm.log
dnf.librepo.log
dnf.log
mock_output.log
state.log
installed_pkgs.log
build.log
hw_info.log
root.log
mock_config.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 * Thu Oct 09 2025 zeyouliu <zeyouliu@tencent.com> - 2.2.5-2 - [Type] other - [DESC] rebuild for ghc 9.8.4 * Tue Sep 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.2.5-1 - [Type] other - [DESC] Update to 2.2.5 * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.2.4-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.2.4-1 - initial build