haskell-stm-chans 3.0.0.4-9build2 source package in Ubuntu

Changelog

haskell-stm-chans (3.0.0.4-9build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 01:35:48 +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-stm-chans_3.0.0.4.orig.tar.gz 9.4 KiB 2344fc5bfa33d565bad7b009fc0e2c5a7a595060ba149c661f44419fc0d54738
haskell-stm-chans_3.0.0.4-9build2.debian.tar.xz 3.3 KiB 6e9d8a3f19bc608ca07f9e9ea9cd7f9786d22c2ad478c99697841118721449d7
haskell-stm-chans_3.0.0.4-9build2.dsc 2.4 KiB e860c4fec0ada5e9c114a233ca54ec52fcf88c02eacc557965944cfec9fc4dc3

Available diffs

View changes file

Binary packages built by this source

libghc-stm-chans-dev: No summary available for libghc-stm-chans-dev in ubuntu hirsute.

No description available for libghc-stm-chans-dev in ubuntu hirsute.

libghc-stm-chans-doc: additional types of channels for STM; documentation

 Additional types of STM channels:
  * TBChan: a version of TChan where the queue is bounded in length
  * TBMChan: a version of TChan where the queue is bounded in length
    and closeable.
  * TBMQueue: a version of TQueue where the queue is bounded in length
    and closeable.
  * TMChan: a version of TChan where the queue is closeable. This is
    similar to a TChan (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
  * TMQueue: a version of TQueue where the queue is closeable. This is
    similar to a TQueue (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
 .
 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-chans-prof: additional types of channels for STM; profiling libraries

 Additional types of STM channels:
  * TBChan: a version of TChan where the queue is bounded in length
  * TBMChan: a version of TChan where the queue is bounded in length
    and closeable.
  * TBMQueue: a version of TQueue where the queue is bounded in length
    and closeable.
  * TMChan: a version of TChan where the queue is closeable. This is
    similar to a TChan (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
  * TMQueue: a version of TQueue where the queue is closeable. This is
    similar to a TQueue (Maybe a) with a monotonicity guarantee that
    once there's a Nothing there will always be Nothing.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.