haskell-concurrent-extra 0.7.0.12-2 source package in Ubuntu

Changelog

haskell-concurrent-extra (0.7.0.12-2) unstable; urgency=medium

  * Post-NEW upload

 -- Scott Talbert <email address hidden>  Sat, 30 Jul 2022 10:12:15 -0400

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

Downloads

File Size SHA-256 Checksum
haskell-concurrent-extra_0.7.0.12-2.dsc 2.8 KiB a56d14e4135b9e4a4fa22f16a8be16432a07e3a910e5c13cb459c1c1d46c5d29
haskell-concurrent-extra_0.7.0.12.orig.tar.gz 15.5 KiB 040e6db9e0147de9929661759930f1566a7250add4c7f65b04dc6e070c991df9
haskell-concurrent-extra_0.7.0.12-2.debian.tar.xz 2.8 KiB c63a175b549dba7acbd733500c4c95becc77f65dea450fa5139a058e3a01100d

Available diffs

No changes file available.

Binary packages built by this source

libghc-concurrent-extra-dev: No summary available for libghc-concurrent-extra-dev in ubuntu kinetic.

No description available for libghc-concurrent-extra-dev in ubuntu kinetic.

libghc-concurrent-extra-doc: No summary available for libghc-concurrent-extra-doc in ubuntu kinetic.

No description available for libghc-concurrent-extra-doc in ubuntu kinetic.

libghc-concurrent-extra-prof: Extra concurrency primitives; profiling libraries

 The @concurrent-extra@ package offers among other things the
 following selection of synchronisation primitives:
 .
  * @Broadcast@: Wake multiple threads by broadcasting a value.
 .
  * @Event@: Wake multiple threads by signalling an event.
 .
  * @Lock@: Enforce exclusive access to a resource. Also known as a
 binary semaphore or mutex. The package additionally provides an
 alternative that works in the @STM@ monad.
 .
  * @RLock@: A lock which can be acquired multiple times by the same
 thread. Also known as a reentrant mutex.
 .
  * @ReadWriteLock@: Multiple-reader, single-writer locks. Used to
 protect shared resources which may be concurrently read, but only
 sequentially written.
 .
  * @ReadWriteVar@: Concurrent read, sequential write variables.
 .
 Please consult the API documentation of the individual modules for
 more detailed information.
 .
 This package was inspired by the concurrency libraries of Java and
 Python.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.