INFO
Name: ghc-auto-update
Version: 0.1.6-19.el10_0
Arch: aarch64
Summary: Efficiently run periodic, on-demand actions
License: MIT
Vendor: Fedora Project
Build Host: buildvm-a64-10.iad2.fedoraproject.org
Build Date: Fri May 2 19:20:57 2025
Size: 74423
URL: https://hackage.haskell.org/package/auto-update
Description: 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.
FILES
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/4634ab9973e2ba1b0ae7ea10abbe395f4c2200
/usr/lib64/ghc-9.6.6/lib/libHSauto-update-0.1.6-ajRdMslr4qAHAIGvNcnxZ-ghc9.6.6.so
/usr/share/licenses/ghc-auto-update
/usr/share/licenses/ghc-auto-update/LICENSE
REQUIRES
libHSbase-4.18.2.1-ghc9.6.6.so()(64bit)
libHSghc-bignum-1.3-ghc9.6.6.so()(64bit)
libHSghc-prim-0.10.0-ghc9.6.6.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(64bit)
libc.so.6(GLIBC_ABI_DT_RELR)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rtld(GNU_HASH)
PROVIDES
ghc-auto-update 0.1.6-19.el10_0
ghc-auto-update(aarch-64) 0.1.6-19.el10_0
libHSauto-update-0.1.6-ajRdMslr4qAHAIGvNcnxZ-ghc9.6.6.so()(64bit)
CONFIG FILES
/usr/lib/.build-id a
/usr/lib/.build-id/5e a
/usr/lib/.build-id/5e/4634ab9973e2ba1b0ae7ea10abbe395f4c2200 a
/usr/lib64/ghc-9.6.6/lib/libHSauto-update-0.1.6-ajRdMslr4qAHAIGvNcnxZ-ghc9.6.6.so
/usr/share/licenses/ghc-auto-update
/usr/share/licenses/ghc-auto-update/LICENSE l
LICENSE FILES
MIT
|