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

Changelog

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

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

 -- Ilias Tsitsimpis <email address hidden>  Thu, 31 Aug 2023 17:56:36 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-broadcast-chan_0.2.1.2-2.dsc 2.3 KiB da457843c7e97fa306cbe791d640e55cb8e4164e5e6b3f96a74450e667d278a6
haskell-broadcast-chan_0.2.1.2.orig.tar.gz 15.4 KiB 1cd3e78bc193e8e7e4944e2236bf7d9a731a515cb93ac5d1b588263cbe5359ff
haskell-broadcast-chan_0.2.1.2-2.debian.tar.xz 2.9 KiB ed59bdaa2ac1c1b828a12afeb3de7a32cedf6ea9de00e1c0426c7d758772a759

No changes file available.

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.