haskell-auto-update 0.1.2.2-3 source package in Ubuntu

Changelog

haskell-auto-update (0.1.2.2-3) unstable; urgency=medium

  * Switch Vcs-Git/Vcs-Browser headers to new location.

 -- Clint Adams <email address hidden>  Thu, 03 Dec 2015 14:54:05 -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

Downloads

File Size SHA-256 Checksum
haskell-auto-update_0.1.2.2-3.dsc 2.3 KiB e37fb31d4f73e9104e3a9aee48e5b722c0212b18dacbfc7650988ac685ed9464
haskell-auto-update_0.1.2.2-3.debian.tar.xz 2.3 KiB 6a059cd236dbab273a81fe0ec383ccc24e8417d40bc764e7fe6a1ea9d1a17464
haskell-auto-update_0.1.2.2.orig.tar.gz 6.5 KiB 7b3000c330055d4059fe8d9ab044c29e3a57b4dc31b88ea386a75a886b6144db

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: 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.