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

Changelog

haskell-stm-chans (3.0.0.4-8build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sat, 03 Aug 2019 13:09:11 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal 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-8build1.debian.tar.xz 3.2 KiB f9f3d5af0be410c136ef4de7406cb5431f729bb303ca4dc2caa156202b4cfc29
haskell-stm-chans_3.0.0.4-8build1.dsc 2.3 KiB 3a9d09d5d6a99ce1dc1f52da9d0efc53d44b374a39be64e391c2447481bacbe0

View changes file

Binary packages built by this source

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

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

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.