Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-auto-update | Distribution: Fedora Project |
Version: 0.1.6 | Vendor: Fedora Project |
Release: 7.el9 | Build date: Thu May 25 08:15:37 2023 |
Group: Unspecified | Build host: buildvm-s390x-27.s390.fedoraproject.org |
Size: 125339 | Source RPM: ghc-auto-update-0.1.6-7.el9.src.rpm |
Packager: Fedora Project | |
Url: https://hackage.haskell.org/package/auto-update | |
Summary: Efficiently run periodic, on-demand actions |
A 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.
MIT
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.1.6-6 - rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.1.6-2 - refresh to cabal-rpm-2.0.6 * Sun Feb 09 2020 Jens Petersen <petersen@redhat.com> - 0.1.6-1 - update to 0.1.6 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
/usr/lib/.build-id /usr/lib/.build-id/29 /usr/lib/.build-id/29/e12a7f7caade78c99a4edf99d8d763aa20643f /usr/lib64/libHSauto-update-0.1.6-92v8fZM1nwJI47dCZoyIqQ-ghc8.10.7.so /usr/share/licenses/ghc-auto-update /usr/share/licenses/ghc-auto-update/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 15 07:51:05 2024