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-2build1.

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-b0b07550226da0ee1f34bb8e26092972

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.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/strict-concurrency-0.2.4.1/ghc-7.4.1
hs-libraries: HSstrict-concurrency-0.2.4.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
         deepseq-1.3.0.0-a73ec930018135e0dc0a1a3d29c74c88
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/