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

Changelog

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

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Wed, 29 Jun 2022 20:45:27 +0300

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.6-2.dsc 2.3 KiB b6b56d90351f7a5da84057bfeeecbf4742f049f7e2d15ce1a683ed9fdf8d5192
haskell-auto-update_0.1.6.orig.tar.gz 10.7 KiB f4e023dc8713c387ecf20d851247597fd012cabea3872310b35e911105eb66c4
haskell-auto-update_0.1.6-2.debian.tar.xz 2.9 KiB 7c5afa655c1f3a84ad72746032a99ccaf48eec9709a9cf3c41a93fb9673f7b5e

No changes file available.

Binary packages built by this source

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

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

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

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

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.