Sun, 07 Jul 2024 11:31:20 UTC | login

Information for build ghc-auto-update-0.1.5-1.fc31

ID127453
Package Nameghc-auto-update
Version0.1.5
Release1.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-auto-update.git#9c318907f994a59508a2c8858b037a3c05aa4f94
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 failed
Volume DEFAULT
StartedSat, 21 Sep 2019 20:56:27 UTC
CompletedSat, 21 Sep 2019 21:34:46 UTC
Taskbuild (f31-candidate, /rpms/ghc-auto-update.git:9c318907f994a59508a2c8858b037a3c05aa4f94)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-auto-update.git#9c318907f994a59508a2c8858b037a3c05aa4f94'}}
Tags No tags
RPMs No RPMs
Changelog * Thu Jul 25 2019 Jens Petersen <petersen@redhat.com> - 0.1.5-1 - update to 0.1.5 * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * 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