haskell-monad-par 0.3.4.8-3build2 source package in Ubuntu

Changelog

haskell-monad-par (0.3.4.8-3build2) artful; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Thu, 22 Jun 2017 08:14:43 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-monad-par_0.3.4.8.orig.tar.gz 29.9 KiB f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951
haskell-monad-par_0.3.4.8-3build2.debian.tar.xz 3.2 KiB a1f0bdb6cfa5139971376691f2ef1838995a7eea609fd7343ecbbadde86f2f06
haskell-monad-par_0.3.4.8-3build2.dsc 3.0 KiB 27958d1dc95dac5f88bb7207cdd023134bc50d39423d410f9511959acc180198

Available diffs

View changes file

Binary packages built by this source

libghc-monad-par-dev: No summary available for libghc-monad-par-dev in ubuntu artful.

No description available for libghc-monad-par-dev in ubuntu artful.

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.