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

Changelog

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

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 10:39:00 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
haskell-stm-delay_0.1.1.1.orig.tar.gz 5.4 KiB b132581aac47e6cba6a1691a485e1700fbb047c02b7e1e43ae9bbd8476108a32
haskell-stm-delay_0.1.1.1-4build1.debian.tar.xz 2.3 KiB 5e1348fb2a6e4e0345cd407eb0ffe85f1770c5c3eba0195894be9e7a55a0cc99
haskell-stm-delay_0.1.1.1-4build1.dsc 2.1 KiB d883cc5d063e83dd202b66e90d92c6125dacde8bbfbb5e951f2e6062d9b133d5

View changes file

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.