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

Changelog

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

  * Declare compliance with Debian policy 4.6.1
  * Disable testsuite which depends on broken haskell-test-framework-th

 -- Ilias Tsitsimpis <email address hidden>  Tue, 09 Aug 2022 10:30:28 +0300

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 Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-monad-par_0.3.5-2.dsc 2.7 KiB 57a056695eb9e0c39469bef5817bb0a40c68343998866da48b3f9eab304492f9
haskell-monad-par_0.3.5.orig.tar.gz 30.9 KiB 823ad5666cbcaefe2c6e0ff131daa0713dff9b3b534fb809643b869e5e4a15a9
haskell-monad-par_0.3.5-2.debian.tar.xz 3.5 KiB 0032bb0ef9eecdbfcdb4dfead49808175576a2f79d4fd281256e5ac4c0aac55e

No changes file available.

Binary packages built by this source

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

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

libghc-monad-par-doc: No summary available for libghc-monad-par-doc in ubuntu kinetic.

No description available for libghc-monad-par-doc in ubuntu kinetic.

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.