This file is indexed.

/var/lib/ghc/package.conf.d/monad-par-0.3.4.7.conf is in libghc-monad-par-dev 0.3.4.7-7build1.

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
62
name: monad-par
version: 0.3.4.7
id: monad-par-0.3.4.7-b946a691a7b7f0f99470cc7ee6c4d851
key: monad_2I6e9EUaR3fE5rKHcIONio
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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/monad-par-0.3.4.7-2I6e9EUaR3fE5rKHcIONio
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/monad-par-0.3.4.7-2I6e9EUaR3fE5rKHcIONio
data-dir: /usr/share/monad-par
hs-libraries: HSmonad-par-0.3.4.7-2I6e9EUaR3fE5rKHcIONio
depends:
    abstract-deque-0.3-51ba52160d1146fa3d715ae78033d612
    abstract-par-0.3.3-5ecce32cbe97bbc42bbe04a0acd3b9b1
    array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
    deepseq-1.4.1.1-614b63b36dd6e29d2b35afff57c25311
    monad-par-extras-0.3.3-ba92a08772663ce7217ef45a5621f55b
    mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
    mwc-random-0.13.3.2-168a8f60aaa4f8be939a7610d137518b
    parallel-3.2.1.0-13fa56575e4752a542f0b618706881f7
haddock-interfaces: /usr/lib/ghc-doc/haddock/monad-par-0.3.4.7/monad-par.haddock
haddock-html: /usr/share/doc/libghc-monad-par-doc/html/