haskell-broadcast-chan 0.2.1.2-2build1 source package in Ubuntu

Changelog

haskell-broadcast-chan (0.2.1.2-2build1) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 10:49:07 +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-broadcast-chan_0.2.1.2.orig.tar.gz 15.4 KiB 1cd3e78bc193e8e7e4944e2236bf7d9a731a515cb93ac5d1b588263cbe5359ff
haskell-broadcast-chan_0.2.1.2-2build1.debian.tar.xz 3.0 KiB 50b483422e7d0f76d60bd6b055fa7e9e099d6afcce2185271ad8e007401c7055
haskell-broadcast-chan_0.2.1.2-2build1.dsc 2.3 KiB 4a029de3f76049ddb6f4962e770ee321110ce27a9aed51eebae9e52e34e3d0a7

View changes file

Binary packages built by this source

libghc-broadcast-chan-dev: closable, fair, leak-avoidant, single-wakeup channel

 A closable, fair, single-wakeup channel that avoids the 0 reader space leak
 that Control.Concurrent.Chan from base suffers from.
 .
 The Chan type from Control.Concurrent.Chan consists of both a read
 and write end combined into a single value. This means there is always at
 least 1 read end for a Chan, which keeps any values written to it alive.
 This is a problem for applications/libraries that want to have a channel
 that can have zero listeners.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-broadcast-chan-doc: closable, fair, leak-avoidant, single-wakeup channel; documentation

 A closable, fair, single-wakeup channel that avoids the 0 reader space leak
 that Control.Concurrent.Chan from base suffers from.
 .
 The Chan type from Control.Concurrent.Chan consists of both a read
 and write end combined into a single value. This means there is always at
 least 1 read end for a Chan, which keeps any values written to it alive.
 This is a problem for applications/libraries that want to have a channel
 that can have zero listeners.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-broadcast-chan-prof: closable, fair, leak-avoidant, single-wakeup channel; profiling libraries

 A closable, fair, single-wakeup channel that avoids the 0 reader space leak
 that Control.Concurrent.Chan from base suffers from.
 .
 The Chan type from Control.Concurrent.Chan consists of both a read
 and write end combined into a single value. This means there is always at
 least 1 read end for a Chan, which keeps any values written to it alive.
 This is a problem for applications/libraries that want to have a channel
 that can have zero listeners.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.