haskell-auto-update 0.1.6-2build1 source package in Ubuntu

Changelog

haskell-auto-update (0.1.6-2build1) lunar; urgency=medium

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Dec 2022 21:27:09 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-auto-update_0.1.6.orig.tar.gz 10.7 KiB f4e023dc8713c387ecf20d851247597fd012cabea3872310b35e911105eb66c4
haskell-auto-update_0.1.6-2build1.debian.tar.xz 3.0 KiB a34ef8f06be3480ef4f186f176cac452b0599b74ab3bf07a16b9f6daf23d6018
haskell-auto-update_0.1.6-2build1.dsc 2.3 KiB fb5c191960e8687d22d38a575449b6eef484406b172507e3c41426945f3fd2f1

View changes file

Binary packages built by this source

libghc-auto-update-dev: 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.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-auto-update-doc: efficiently run periodic, on-demand actions; documentation

 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.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-auto-update-prof: efficiently run periodic, on-demand actions; profiling libraries

 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.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.