Fri, 13 Sep 2024 19:16:01 UTC | login

Information for build ghc-retry-0.9.3.1-3.fc40

ID281524
Package Nameghc-retry
Version0.9.3.1
Release3.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-retry.git#36ff934b877895287901df8909cc1d6b2ceee2dd
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
StartedThu, 15 Feb 2024 10:28:00 UTC
CompletedThu, 15 Feb 2024 11:13:08 UTC
Taskbuild (f40, /rpms/ghc-retry.git:36ff934b877895287901df8909cc1d6b2ceee2dd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-retry.git#36ff934b877895287901df8909cc1d6b2ceee2dd'}}
Tags
f40
f41
RPMs
src
ghc-retry-0.9.3.1-3.fc40.src.rpm (info) (download)
noarch
ghc-retry-doc-0.9.3.1-3.fc40.noarch.rpm (info) (download)
riscv64
ghc-retry-0.9.3.1-3.fc40.riscv64.rpm (info) (download)
ghc-retry-devel-0.9.3.1-3.fc40.riscv64.rpm (info) (download)
ghc-retry-prof-0.9.3.1-3.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
hw_info.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.8.1.2-14 - rebuild