Tue, 13 Jan 2026 08:42:53 CST | login

Information for build ghc-retry-0.9.3.1-1.oc9

ID25145
Package Nameghc-retry
Version0.9.3.1
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-retry.git?.#58d720661d558c100b4498e64f2f3a217160200f
SummaryRetry combinators for monadic actions that may fail
DescriptionThis package exposes combinators that can wrap arbitrary monadic actions. They run the action and potentially retry running it with some configurable delay for a configurable number of times. The purpose is to make it easier to work with IO and especially network IO actions that often experience temporary failure and warrant retrying of the original action. For example, a database query may time out for a while, in which case we should hang back for a bit and retry the query instead of simply raising an exception.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 12:34:32 CST
CompletedMon, 05 Aug 2024 12:37:34 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-retry.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-retry.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-retry-0.9.3.1-1.oc9.src.rpm (info) (download)
aarch64
ghc-retry-0.9.3.1-1.oc9.aarch64.rpm (info) (download)
ghc-retry-devel-0.9.3.1-1.oc9.aarch64.rpm (info) (download)
noarch
ghc-retry-doc-0.9.3.1-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-retry-0.9.3.1-1.oc9.x86_64.rpm (info) (download)
ghc-retry-devel-0.9.3.1-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.9.3.1-1 - initial build