This file is indexed.

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

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
name: monad-par
version: 0.1.0.3
id: monad-par-0.1.0.3-7a48a2dc83fb15e484ea40f5d19cab06

license: BSD3
copyright: (c) Simon Marlow 2011
maintainer: Simon Marlow <marlowsd@gmail.com>
stability: Experimental
homepage: https://github.com/simonmar/monad-par
package-url:
synopsis: A library for parallel programming based on a monad
description: 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 'IVar's.
             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.
             Examples of use can be found in the examples/ directory
             of the source package.
category: Control,Parallelism,Monads
author: Simon Marlow
exposed: True
exposed-modules: Control.Monad.Par Control.Monad.Par.OpenList
                 Control.Monad.Par.AList Control.Monad.Par.IList
                 Control.Monad.Par.Internal
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/monad-par-0.1.0.3/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/monad-par-0.1.0.3/ghc-7.6.3
hs-libraries: HSmonad-par-0.1.0.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: HUnit-1.2.5.2-6e02ecc15e3cc5ab8ef10df50d05a1a9
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         deepseq-1.3.0.1-5cc4cd89bdc2e8f6db1833d95ec36926
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/monad-par-0.1.0.3/monad-par.haddock
haddock-html: /usr/share/doc/libghc-monad-par-doc/html/