Thu, 29 Jan 2026 02:00:57 CST | login

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

ID8252
Package Nameghc-retry
Version0.9.3.1
Release1.ocs23
Epoch
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 bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 18 Jun 2024 21:28:41 CST
CompletedTue, 18 Jun 2024 21:30:55 CST
Taskbuild (dist-ocs23-epol9, /opencloudos-stream/ghc-retry.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-retry.git?.#origin/master'}}
Tags
dist-ocs23
dist-ocs23-epol9
epol9-test-compose
RPMs
src
ghc-retry-0.9.3.1-1.ocs23.src.rpm (info) (download)
aarch64
ghc-retry-0.9.3.1-1.ocs23.aarch64.rpm (info) (download)
ghc-retry-devel-0.9.3.1-1.ocs23.aarch64.rpm (info) (download)
noarch
ghc-retry-doc-0.9.3.1-1.ocs23.noarch.rpm (info) (download)
x86_64
ghc-retry-0.9.3.1-1.ocs23.x86_64.rpm (info) (download)
ghc-retry-devel-0.9.3.1-1.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.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