This file is indexed.

/var/lib/ghc/package.conf.d/strict-concurrency-0.2.4.1.conf is in libghc-strict-concurrency-dev 0.2.4.1-4.

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
name: strict-concurrency
version: 0.2.4.1
id: strict-concurrency-0.2.4.1-1802716513b369f124b7961f543f218d

license: BSD3
copyright: (c) 2007-10 Don Stewart
maintainer: Don Stewart <dons@galois.com>
stability:
homepage: http://code.haskell.org/~dons/code/strict-concurrency
package-url:
synopsis: Strict concurrency abstractions
description: This package provides head normal form strict versions of some
             standard Haskell concurrency abstractions (MVars,Chans), which
             provide control over where evaluation takes place not offered by
             the default lazy types. This may be useful for deciding when and
             where evaluation occurs, leading to improved time or space use,
             depending on the circumstances.
category: Control
author: Don Stewart <dons@galois.com>
exposed: True
exposed-modules: Control.Concurrent.MVar.Strict
                 Control.Concurrent.Chan.Strict
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/strict-concurrency-0.2.4.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/strict-concurrency-0.2.4.1/ghc-7.6.3
hs-libraries: HSstrict-concurrency-0.2.4.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: 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/strict-concurrency-0.2.4.1/strict-concurrency.haddock
haddock-html: /usr/share/doc/libghc-strict-concurrency-doc/html/