haskell-monad-par 0.3.6-1 source package in Ubuntu

Changelog

haskell-monad-par (0.3.6-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Sat, 21 Oct 2023 10:34:32 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe haskell
Noble release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-monad-par_0.3.6-1.dsc 2.7 KiB 923b74f42c1c83e719f1abe311a3e9a61a87ba14c6cf3bace8723badedcaf034
haskell-monad-par_0.3.6.orig.tar.gz 31.0 KiB 4ea6ae36d093d31d29611cf9f77b7582ba24d09e5fa136dc3bf99e7772e46281
haskell-monad-par_0.3.6-1.debian.tar.xz 3.5 KiB aa1bad9965fb5aa28c7800c2202348d1cd5aae58ebd4850bb2c125b46ec4ed1c

No changes file available.

Binary packages built by this source

libghc-monad-par-dev: parallel programming based on a monad

 This library offers an alternative parallel programming API to that
 provided by the parallel package. The Par monad allows the simple
 description of parallel computations, and can be used to add
 parallelism to pure Haskell code. The basic API is straightforward:
 the monad supports forking and simple communication in terms of IVars.
 .
 The library comes with an efficient work-stealing implementation, but
 the internals are also exposed so that you can build your own scheduler
 if necessary.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-monad-par-doc: parallel programming based on a monad; documentation

 This library offers an alternative parallel programming API to that
 provided by the parallel package. The Par monad allows the simple
 description of parallel computations, and can be used to add
 parallelism to pure Haskell code. The basic API is straightforward:
 the monad supports forking and simple communication in terms of IVars.
 .
 The library comes with an efficient work-stealing implementation, but
 the internals are also exposed so that you can build your own scheduler
 if necessary.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-monad-par-prof: parallel programming based on a monad; profiling libraries

 This library offers an alternative parallel programming API to that
 provided by the parallel package. The Par monad allows the simple
 description of parallel computations, and can be used to add
 parallelism to pure Haskell code. The basic API is straightforward:
 the monad supports forking and simple communication in terms of IVars.
 .
 The library comes with an efficient work-stealing implementation, but
 the internals are also exposed so that you can build your own scheduler
 if necessary.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.