haskell-monad-par 0.3.5-2build1 source package in Ubuntu

Changelog

haskell-monad-par (0.3.5-2build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 11 Dec 2022 09:40:58 +0100

Upload details

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

See full publishing history Publishing

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

Downloads

File Size SHA-256 Checksum
haskell-monad-par_0.3.5.orig.tar.gz 30.9 KiB 823ad5666cbcaefe2c6e0ff131daa0713dff9b3b534fb809643b869e5e4a15a9
haskell-monad-par_0.3.5-2build1.debian.tar.xz 3.5 KiB 98a9737440917d80320e691f6518ebeacfd3811126b869f187adf7b92279029c
haskell-monad-par_0.3.5-2build1.dsc 2.7 KiB 2092c00241dc6132bd05c214f3fb230b3a65f674bcb3847e97f118ce0db8b96d

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