This file is indexed.

/var/lib/ghc/package.conf.d/threads-0.5.1.4.conf is in libghc-threads-dev 0.5.1.4-3.

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
name: threads
version: 0.5.1.4
id: threads-0.5.1.4-989KThtIhbu4DdHBoxOJYm
key: threads-0.5.1.4-989KThtIhbu4DdHBoxOJYm
license: BSD3
copyright: 2010–2012 Bas van Dijk & Roel van Dijk
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
            Roel van Dijk <vandijk.roel@gmail.com>
stability: experimental
homepage: https://github.com/basvandijk/threads
synopsis: Fork threads and wait for their result
description:
    This package provides functions to fork threads and
    wait for their result, whether it's an exception or a
    normal value.
    .
    Besides waiting for the termination of a single thread
    this packages also provides functions to wait for a
    group of threads to terminate.
    .
    This package is similar to the
    @threadmanager@, @async@ and @spawn@ packages.
    The advantages of this package are:
    .
    * Simpler API.
    .
    * More efficient in both space and time.
    .
    * No space-leak when forking a large number of threads.
    .
    * Correct handling of asynchronous exceptions.
    .
    * GHC specific functionality like @forkOn@ and @forkIOWithUnmask@.
category: Concurrency
author: Bas van Dijk <v.dijk.bas@gmail.com>
        Roel van Dijk <vandijk.roel@gmail.com>
exposed: True
exposed-modules:
    Control.Concurrent.Thread Control.Concurrent.Thread.Group
hidden-modules: Control.Concurrent.Raw
abi: 17b30176414645aa330cb7cc59099d48
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/threads-0.5.1.4-989KThtIhbu4DdHBoxOJYm
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/threads-0.5.1.4-989KThtIhbu4DdHBoxOJYm
data-dir: /usr/share/threads
hs-libraries: HSthreads-0.5.1.4-989KThtIhbu4DdHBoxOJYm
depends:
    base-4.9.0.0 stm-2.4.4.1-4z2NRWnB0NIIUvSJsHW0kF
haddock-interfaces: /usr/lib/ghc-doc/haddock/threads-0.5.1.4/threads.haddock
haddock-html: /usr/share/doc/libghc-threads-doc/html/