haskell-monad-par 0.3.4.8-7 source package in Ubuntu
Changelog
haskell-monad-par (0.3.4.8-7) unstable; urgency=medium [ Dmitry Bogatov ] * Add missing "Upstream-Name" field into "debian/copyright". [ Clint Adams ] * Patch testsuite to work with newer GHC. -- Clint Adams <email address hidden> Sat, 31 Aug 2019 14:05:20 -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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | haskell |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-monad-par_0.3.4.8-7.dsc | 3.0 KiB | d0d001e74fbf2288eb6fb96343f081d8dc9e0171866dc41d647f9fee964d3441 |
haskell-monad-par_0.3.4.8.orig.tar.gz | 29.9 KiB | f84cdf51908a1c41c3f672be9520a8fdc028ea39d90a25ecfe5a3b223cfeb951 |
haskell-monad-par_0.3.4.8-7.debian.tar.xz | 3.8 KiB | f9a111b560dfb249308788988bbd8f8a69befa8848b941efa2e12c6aecd59e07 |
Available diffs
- diff from 0.3.4.8-6 to 0.3.4.8-7 (907 bytes)
- diff from 0.3.4.8-6build2 (in Ubuntu) to 0.3.4.8-7 (970 bytes)
No changes file available.
Binary packages built by this source
- libghc-monad-par-dev: No summary available for libghc-monad-par-dev in ubuntu eoan.
No description available for libghc-
monad-par- dev in ubuntu eoan.
- libghc-monad-par-doc: No summary available for libghc-monad-par-doc in ubuntu eoan.
No description available for libghc-
monad-par- doc in ubuntu eoan.
- 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.