/var/lib/ghc/package.conf.d/monad-par-0.3.4.8.conf is in libghc-monad-par-dev 0.3.4.8-3build3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | name: monad-par
version: 0.3.4.8
id: monad-par-0.3.4.8-4MpI1cnQuTR5IrG6dFwtI7
key: monad-par-0.3.4.8-4MpI1cnQuTR5IrG6dFwtI7
license: BSD3
copyright: (c) Simon Marlow 2011
maintainer: Simon Marlow <marlowsd@gmail.com>, Ryan Newton <rrnewton@gmail.com>
stability: Experimental
homepage: https://github.com/simonmar/monad-par
synopsis: A library for parallel programming based on a monad
description:
The 'Par' monad offers a simple API for parallel programming. The
library works for parallelising both pure and @IO@ computations,
although only the pure version is deterministic. The default
implementation provides a work-stealing scheduler and supports
forking tasks that are much lighter weight than IO-threads.
.
For complete documentation see "Control.Monad.Par".
.
Some examples of use can be found in the @examples/@ directory of
the source package.
.
Other related packages:
.
* @abstract-par@ provides the type classes that abstract over different
implementations of the @Par@ monad.
.
* @monad-par-extras@ provides extra combinators and monad transformers layered on top of
the @Par@ monad.
.
Changes in 0.3.4 relative to 0.3:
.
* Fix bugs that cause "thread blocked indefinitely on MVar" crashes.
.
* Added "Control.Monad.Par.IO"
category: Control,Parallelism,Monads
author: Simon Marlow, Ryan Newton
exposed: True
exposed-modules:
Control.Monad.Par Control.Monad.Par.IO
Control.Monad.Par.Scheds.Trace
Control.Monad.Par.Scheds.TraceInternal
Control.Monad.Par.Scheds.Direct Control.Monad.Par.Scheds.Sparks
hidden-modules: Control.Monad.Par.Scheds.DirectInternal
abi: 8dc48c9ce1f221ec325326b2eb3cb458
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/monad-par-0.3.4.8-4MpI1cnQuTR5IrG6dFwtI7
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/monad-par-0.3.4.8-4MpI1cnQuTR5IrG6dFwtI7
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/monad-par
hs-libraries: HSmonad-par-0.3.4.8-4MpI1cnQuTR5IrG6dFwtI7
depends:
abstract-deque-0.3-HsNSfU9Tgm8E1vVRMg1lQ0
abstract-par-0.3.3-FIXQeoD8JqS8Il9xkWRf07 array-0.5.1.1
base-4.9.1.0 containers-0.5.7.1 deepseq-1.4.2.0
monad-par-extras-0.3.3-5IzzcdedS5bLAPIhSP2Ku6
mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6
mwc-random-0.13.6.0-FYg9HqO0pqB8vcniiPVzVy
parallel-3.2.1.1-KQJHWCcq2Ka569Stb10nhx
haddock-interfaces: /usr/lib/ghc-doc/haddock/monad-par-0.3.4.8/monad-par.haddock
haddock-html: /usr/share/doc/libghc-monad-par-doc/html/
|