Mon, 12 Jan 2026 13:52:36 CST | login

Information for build ghc-auto-update-0.2.6-1.oc9

ID44868
Package Nameghc-auto-update
Version0.2.6
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-auto-update.git?.#2f00a4aa0bc0a9eae9a3e3fef32ffdb7ba47f95d
SummaryEfficiently run periodic, on-demand actions
DescriptionA common problem is the desire to have an action run at a scheduled interval, but only if it is needed. For example, instead of having every web request result in a new getCurrentTime call, we'd like to have a single worker thread run every second, updating an IORef. However, if the request frequency is less than once per second, this is a pessimization, and worse, kills idle GC. This library allows you to define actions which will either be performed by a dedicated thread or, in times of low volume, will be executed by the calling thread.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedMon, 13 Oct 2025 18:59:53 CST
CompletedMon, 13 Oct 2025 19:05:22 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-auto-update.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-auto-update.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-auto-update-0.2.6-1.oc9.src.rpm (info) (download)
aarch64
ghc-auto-update-0.2.6-1.oc9.aarch64.rpm (info) (download)
ghc-auto-update-devel-0.2.6-1.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-auto-update-0.2.6-1.oc9.loongarch64.rpm (info) (download)
ghc-auto-update-devel-0.2.6-1.oc9.loongarch64.rpm (info) (download)
noarch
ghc-auto-update-doc-0.2.6-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-auto-update-0.2.6-1.oc9.x86_64.rpm (info) (download)
ghc-auto-update-devel-0.2.6-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
root.log
dnf.log
dnf.rpm.log
mock_config.log
build.log
installed_pkgs.log
state.log
dnf.librepo.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Oct 13 2025 zeyouliu <zeyouliu@tencent.com> - 0.2.6-1 - [Type] other - [DESC] update to Version 0.2.6 * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.1.6-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.1.6-1 - initial build