haskell-broadcast-chan 0.2.1.1-1build1 source package in Ubuntu

Changelog

haskell-broadcast-chan (0.2.1.1-1build1) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 00:25:06 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-broadcast-chan_0.2.1.1.orig.tar.gz 15.3 KiB 2f47fa5a0b9a9b00913fb3a83b743c2d879f69d09f18c8d9197b3af8c43e2507
haskell-broadcast-chan_0.2.1.1-1build1.debian.tar.xz 2.4 KiB 4247c597c3606aca4aa31c616b39a5cca1e9134dc00ab9ea1786d2d98c70ed74
haskell-broadcast-chan_0.2.1.1-1build1.dsc 2.4 KiB ced5f8496368a749d17bb6eedf134e3505f731003c5ad522d634294c5f31a425

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.