Thu, 04 Jul 2024 18:15:37 UTC | login

Information for build ghc-auto-update-0.1.6-18.fc40

ID281661
Package Nameghc-auto-update
Version0.1.6
Release18.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-auto-update.git#8132cd8f8a22a0ba03939d79679623cd4c2d627c
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 bydavidlt
State complete
Volume DEFAULT
StartedThu, 15 Feb 2024 15:28:41 UTC
CompletedThu, 15 Feb 2024 16:38:04 UTC
Taskbuild (f40, /rpms/ghc-auto-update.git:8132cd8f8a22a0ba03939d79679623cd4c2d627c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-auto-update.git#8132cd8f8a22a0ba03939d79679623cd4c2d627c'}}
Tags
f40
f41
RPMs
src
ghc-auto-update-0.1.6-18.fc40.src.rpm (info) (download)
noarch
ghc-auto-update-doc-0.1.6-18.fc40.noarch.rpm (info) (download)
riscv64
ghc-auto-update-0.1.6-18.fc40.riscv64.rpm (info) (download)
ghc-auto-update-devel-0.1.6-18.fc40.riscv64.rpm (info) (download)
ghc-auto-update-prof-0.1.6-18.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.1.6-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.1.6-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 29 2023 Jens Petersen <petersen@redhat.com> 0.1.6-16 - bump release * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 0.1.6-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.1.6-10 - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.1.6-8 - rebuild