Sat, 24 Jan 2026 01:07:08 CST | login

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

ID44191
Package Nameghc-async
Version2.2.5
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-async.git?.#79ae94b9a9bd03e1c9593adcec016aaadf0122c9
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 byepol-bot
State complete
Volume DEFAULT
StartedWed, 10 Sep 2025 10:46:10 CST
CompletedWed, 10 Sep 2025 10:51:30 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-1.oc9.src.rpm (info) (download)
aarch64
ghc-async-2.2.5-1.oc9.aarch64.rpm (info) (download)
ghc-async-devel-2.2.5-1.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-async-2.2.5-1.oc9.loongarch64.rpm (info) (download)
ghc-async-devel-2.2.5-1.oc9.loongarch64.rpm (info) (download)
noarch
ghc-async-doc-2.2.5-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-async-2.2.5-1.oc9.x86_64.rpm (info) (download)
ghc-async-devel-2.2.5-1.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
dnf.log
state.log
hw_info.log
build.log
installed_pkgs.log
mock_output.log
root.log
mock_config.log
dnf.rpm.log
dnf.librepo.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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