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

Changelog

haskell-monad-par (0.3.4.8-3build3) bionic; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Mon, 06 Nov 2017 04:26:05 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe haskell

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-3build3.debian.tar.xz 3.3 KiB c07c7354519039425929c6e1dbd60f3780a8b093b4cdf334ae599ee19ba97222
haskell-monad-par_0.3.4.8-3build3.dsc 3.1 KiB ec62a20d4aa946aa15cf88da663bbe18a5076b6bc7e766ea4cd4e44bc044ae2c

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 cosmic.

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

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.