haskell-auto-update 0.1.5-1build1 source package in Ubuntu

Changelog

haskell-auto-update (0.1.5-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sat, 03 Aug 2019 12:06:44 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-auto-update_0.1.5.orig.tar.gz 8.6 KiB dfae3e2738dc6769746d9dc69c870435c4fd4c2929bdb82248f715f457fecc3f
haskell-auto-update_0.1.5-1build1.debian.tar.xz 2.9 KiB c668344af54f08bbf96e39867c35395c746ce9a0e8f9575bb1e516b11b333ae5
haskell-auto-update_0.1.5-1build1.dsc 2.3 KiB a8dd0ad2c4995473723bdac500fdc19e3e9244ff0c70f60035938fd408cbdf5d

View changes file

Binary packages built by this source

libghc-auto-update-dev: No summary available for libghc-auto-update-dev in ubuntu groovy.

No description available for libghc-auto-update-dev in ubuntu groovy.

libghc-auto-update-doc: No summary available for libghc-auto-update-doc in ubuntu eoan.

No description available for libghc-auto-update-doc in ubuntu eoan.

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.