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

Changelog

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

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 11 Dec 2022 05:37:26 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-concurrent-extra_0.7.0.12.orig.tar.gz 15.5 KiB 040e6db9e0147de9929661759930f1566a7250add4c7f65b04dc6e070c991df9
haskell-concurrent-extra_0.7.0.12-2build1.debian.tar.xz 2.9 KiB a2593cbfafb3d6a4312cf43ef69bb3a3a318ac8b694a6cc313d46b4320eae3cf
haskell-concurrent-extra_0.7.0.12-2build1.dsc 2.8 KiB d153358b39258d99d466c43766dc16fbfc388971a9045e7b72dfddc92ff58de3

View changes file

Binary packages built by this source

libghc-concurrent-extra-dev: Extra concurrency primitives

 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.
 See http://www.haskell.org/ for more information on Haskell.

libghc-concurrent-extra-doc: Extra concurrency primitives; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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.