haskell-stm-delay 0.1.1.1-4 source package in Ubuntu

Changelog

haskell-stm-delay (0.1.1.1-4) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.2
  * Sourceful upload for GHC 9.4

 -- Ilias Tsitsimpis <email address hidden>  Mon, 28 Aug 2023 21:51:48 +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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-stm-delay_0.1.1.1-4.dsc 2.1 KiB f1518c0bbfd7a22cb6d697319fa8454dbec879eeaf1c0d57d1a2530f1c5549f5
haskell-stm-delay_0.1.1.1.orig.tar.gz 5.4 KiB b132581aac47e6cba6a1691a485e1700fbb047c02b7e1e43ae9bbd8476108a32
haskell-stm-delay_0.1.1.1-4.debian.tar.xz 2.2 KiB ab23e64f1e0df9eeae14931b5711ece92889b95279a0cfa78d7f5968eb7c96aa

No changes file available.

Binary packages built by this source

libghc-stm-delay-dev: updatable one-shot timer polled with STM

 This library lets you create a one-shot timer, poll it using STM,
 and update it to ring at a different time than initially
 specified.
 .
 It uses GHC event manager timeouts when available, yielding
 performance similar to threadDelay and registerDelay. Otherwise,
 it falls back to forked threads and threadDelay.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-stm-delay-doc: updatable one-shot timer polled with STM; documentation

 This library lets you create a one-shot timer, poll it using STM,
 and update it to ring at a different time than initially
 specified.
 .
 It uses GHC event manager timeouts when available, yielding
 performance similar to threadDelay and registerDelay. Otherwise,
 it falls back to forked threads and threadDelay.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-stm-delay-prof: updatable one-shot timer polled with STM; profiling libraries

 This library lets you create a one-shot timer, poll it using STM,
 and update it to ring at a different time than initially
 specified.
 .
 It uses GHC event manager timeouts when available, yielding
 performance similar to threadDelay and registerDelay. Otherwise,
 it falls back to forked threads and threadDelay.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.