Wed, 11 Sep 2024 23:20:41 UTC | login

Information for build ghc-auto-update-0.1.6-21.fc41

ID336338
Package Nameghc-auto-update
Version0.1.6
Release21.fc41
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-auto-update.git#6c9e37232f8537bcf6a53a335ccf33771481aa4b
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
StartedMon, 12 Aug 2024 10:40:04 UTC
CompletedMon, 12 Aug 2024 10:56:29 UTC
Taskbuild (f41, /rpms/ghc-auto-update.git:6c9e37232f8537bcf6a53a335ccf33771481aa4b)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-auto-update.git#6c9e37232f8537bcf6a53a335ccf33771481aa4b'}}
Tags
f41
RPMs
src
ghc-auto-update-0.1.6-21.fc41.src.rpm (info) (download)
noarch
ghc-auto-update-doc-0.1.6-21.fc41.noarch.rpm (info) (download)
riscv64
ghc-auto-update-0.1.6-21.fc41.riscv64.rpm (info) (download)
ghc-auto-update-devel-0.1.6-21.fc41.riscv64.rpm (info) (download)
ghc-auto-update-prof-0.1.6-21.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.1.6-21 - bump release * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> 0.1.6-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jul 15 2024 Jens Petersen <petersen@redhat.com> 0.1.6-19 - refresh to cabal-rpm-2.2.1 * 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