Sat, 06 Jul 2024 15:59:38 UTC | login

Information for build ghc-auto-update-0.1.4-13.fc31

ID103647
Package Nameghc-auto-update
Version0.1.4
Release13.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-auto-update.git#7c0945dfab272c0cc96848ccafd723a3aa4b9cfd
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
StartedFri, 26 Jul 2019 07:41:56 UTC
CompletedFri, 26 Jul 2019 09:04:07 UTC
Taskbuild (f31-candidate, /rpms/ghc-auto-update.git:7c0945dfab272c0cc96848ccafd723a3aa4b9cfd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-auto-update.git#7c0945dfab272c0cc96848ccafd723a3aa4b9cfd'}}
Tags
f31
f32
f33
RPMs
src
ghc-auto-update-0.1.4-13.fc31.src.rpm (info) (download)
riscv64
ghc-auto-update-0.1.4-13.fc31.riscv64.rpm (info) (download)
ghc-auto-update-devel-0.1.4-13.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.1.4-13 - refresh to cabal-rpm-0.13 * 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