Wed, 18 Sep 2024 05:05:10 UTC | login

Information for build ghc-retry-0.9.3.1-6.fc41

ID335890
Package Nameghc-retry
Version0.9.3.1
Release6.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-retry.git#afe5d9daa4029fbf4176c48378f4a01980411f59
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 bydavidlt
State complete
Volume DEFAULT
StartedSun, 11 Aug 2024 12:26:51 UTC
CompletedSun, 11 Aug 2024 13:33:04 UTC
Taskbuild (f41, /rpms/ghc-retry.git:afe5d9daa4029fbf4176c48378f4a01980411f59)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-retry.git#afe5d9daa4029fbf4176c48378f4a01980411f59'}}
Tags
f41
RPMs
src
ghc-retry-0.9.3.1-6.fc41.src.rpm (info) (download)
noarch
ghc-retry-doc-0.9.3.1-6.fc41.noarch.rpm (info) (download)
riscv64
ghc-retry-0.9.3.1-6.fc41.riscv64.rpm (info) (download)
ghc-retry-devel-0.9.3.1-6.fc41.riscv64.rpm (info) (download)
ghc-retry-prof-0.9.3.1-6.fc41.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 05 2024 Jens Petersen <petersen@redhat.com> 0.9.3.1-6 - bump release * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.9.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> 0.9.3.1-4 - refresh to cabal-rpm-2.2.1 * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.9.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.9.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jul 24 2023 Jens Petersen <petersen@redhat.com> 0.9.3.1-1 - https://hackage.haskell.org/package/retry-0.9.3.1/changelog * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 0.9.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 0.9.3.0-1 - https://hackage.haskell.org/package/retry-0.9.3.0/changelog - refresh to cabal-rpm-2.1.0 with SPDX migration