haskell-stm-chans 3.0.0.4-3build1 source package in Ubuntu

Changelog

haskell-stm-chans (3.0.0.4-3build1) xenial; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Mon, 11 Jan 2016 15:11:03 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial 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-3build1.debian.tar.xz 2.8 KiB 4c52b2117f7f412c9f815c683aacd05866a5cfa01ac90aa2dec61d3394d35dc9
haskell-stm-chans_3.0.0.4-3build1.dsc 2.3 KiB 311541143cddc6329e7ce03e2e55e7236e34e423b152346143b757f19d5de42e

View changes file

Binary packages built by this source

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

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

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: No summary available for libghc-stm-chans-prof in ubuntu zesty.

No description available for libghc-stm-chans-prof in ubuntu zesty.