Sun, 07 Jul 2024 10:32:43 UTC | login

Information for build ghc-auto-update-0.1.4-12.fc30

ID87124
Package Nameghc-auto-update
Version0.1.4
Release12.fc30
Epoch
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, 21 Feb 2019 22:55:22 UTC
CompletedFri, 22 Feb 2019 01:44:51 UTC
Taskbuild (f30-candidate, ghc-auto-update-0.1.4-12.fc30.src.rpm)
Tags
f30
f31
RPMs
src
ghc-auto-update-0.1.4-12.fc30.src.rpm (info) (download)
riscv64
ghc-auto-update-0.1.4-12.fc30.riscv64.rpm (info) (download)
ghc-auto-update-devel-0.1.4-12.fc30.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.1.4-9 - rebuild * Tue Oct 17 2017 Jens Petersen <petersen@redhat.com> - 0.1.4-8 - bump release over warp * Tue Oct 10 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.1.4-1 - spec file generated by cabal-rpm-0.11.2