haskell-monad-par 0.1.0.1-1build1 source package in Ubuntu

Changelog

haskell-monad-par (0.1.0.1-1build1) precise; urgency=low

  * Rebuild for new GHC ABIs.
 -- Colin Watson <email address hidden>   Wed, 02 Nov 2011 12:32:06 -0400

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-monad-par_0.1.0.1.orig.tar.gz 65.0 KiB b8e36410270edaf2016f255c7c4df6eb9c72440e05be8efee75284b813e0a569
haskell-monad-par_0.1.0.1-1build1.debian.tar.gz 2.4 KiB bee7b3e936528c7fd757d54391b9f692a9fecdfa0cc4a43e50f941344a00149c
haskell-monad-par_0.1.0.1-1build1.dsc 2.5 KiB dc280c497707e042b03d74372ffcfe23dbc554700ceca2858945a7a613682b3a

Available diffs

View changes file

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 data

 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.