haskell-auto-update 0.1.3-1 source package in Ubuntu

Changelog

haskell-auto-update (0.1.3-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Sun, 10 Jan 2016 22:49:20 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
haskell-auto-update_0.1.3-1.dsc 2.3 KiB 91330ac0b804d842aaa87c591f3fa30bd1932d0d38e7c87a630b7da53e2e6625
haskell-auto-update_0.1.3.orig.tar.gz 6.6 KiB 3d8e11271d9c0bacefd663143af60c530dd7483b70582bae56e64b6716891509
haskell-auto-update_0.1.3-1.debian.tar.xz 2.3 KiB 53102e0bb381eb430f9c9fec3cc08f22d5d6bdbf8cc5ca8d690a8978fca1cbdd

Available diffs

No changes file available.

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: No summary available for libghc-auto-update-prof in ubuntu yakkety.

No description available for libghc-auto-update-prof in ubuntu yakkety.