/var/lib/ghc/package.conf.d/monad-par-0.3.4.8.conf is in libghc-monad-par-dev 0.3.4.8-3+b1.
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 | name: monad-par
version: 0.3.4.8
id: monad-par-0.3.4.8-EOv5nfc1zdIDgT8ulHfflq
key: monad-par-0.3.4.8-EOv5nfc1zdIDgT8ulHfflq
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: 2f39dd1455fd3a8ce4bad599e864952c
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/monad-par-0.3.4.8-EOv5nfc1zdIDgT8ulHfflq
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/monad-par-0.3.4.8-EOv5nfc1zdIDgT8ulHfflq
data-dir: /usr/share/monad-par
hs-libraries: HSmonad-par-0.3.4.8-EOv5nfc1zdIDgT8ulHfflq
depends:
abstract-deque-0.3-7e2WwN8ZV7qFTjGkaUX2qO
abstract-par-0.3.3-I2gvKCBAweu3uYwWNazPJ0 array-0.5.1.1
base-4.9.0.0 containers-0.5.7.1 deepseq-1.4.2.0
monad-par-extras-0.3.3-6wmSlloyc2zCeMC15CUUJq
mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
mwc-random-0.13.4.0-CH6ozsPFZjwVSNwmEz44J
parallel-3.2.1.0-6VcN0yUHtcs831TgbJiSSi
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/
|