This file is indexed.

/var/lib/ghc/package.conf.d/IOSpec-0.3.conf is in libghc-iospec-dev 0.3-4+b1.

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
name: IOSpec
version: 0.3
id: IOSpec-0.3-6JgLawz9jwBJJfj18aTdHf
key: IOSpec-0.3-6JgLawz9jwBJJfj18aTdHf
license: BSD3
maintainer: Wouter Swierstra <wouter.swierstra@gmail.com>
synopsis: A pure specification of the IO monad.
description:
    This package consists of several modules, that give a
    pure specification of functions in the IO monad:
    .
    * "Test.IOSpec.Fork": a pure specification of
    'forkIO'.
    .
    * "Test.IOSpec.IORef": a pure specification of most
    functions that create and manipulate on 'IORefs'.
    .
    * "Test.IOSpec.MVar": a pure specification of most
    functions that create and manipulate and 'MVars'.
    .
    * "Test.IOSpec.STM": a pure specification of
    'atomically' and the 'STM' monad.
    .
    * "Test.IOSpec.Teletype": a pure specification of
    'getChar', 'putChar', and several related
    Prelude functions.
    .
    Besides these modules containing the specifications,
    there are a few other important modules:
    .
    * "Test.IOSpec.Types": defines the 'IOSpec' type and
    several amenities.
    .
    * "Test.IOSpec.VirtualMachine": defines a virtual
    machine on which to execute pure specifications.
    .
    * "Test.IOSpec.Surrogate": a drop-in replacement for
    the other modules. Import this and recompile your
    code once you've finished testing and debugging.
    .
    There are several well-documented examples included
    with the source distribution.
category: Testing
author: Wouter Swierstra, Yusaku Hashimoto, Nikolay Amiantov
exposed: True
exposed-modules:
    Test.IOSpec Test.IOSpec.Fork Test.IOSpec.IORef Test.IOSpec.MVar
    Test.IOSpec.STM Test.IOSpec.Surrogate Test.IOSpec.Teletype
    Test.IOSpec.Types Test.IOSpec.VirtualMachine
abi: 1aab2b1c79a303bd20147994e7e15af5
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/IOSpec-0.3-6JgLawz9jwBJJfj18aTdHf
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/IOSpec-0.3-6JgLawz9jwBJJfj18aTdHf
data-dir: /usr/share/iospec
hs-libraries: HSIOSpec-0.3-6JgLawz9jwBJJfj18aTdHf
depends:
    QuickCheck-2.8.2-B7cXgOk7OAiKrNRsk2SfuA
    Stream-0.4.7.2-5XsQfqGpSf1Ah6NEjF6sUk base-4.9.0.0
    mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
haddock-interfaces: /usr/lib/ghc-doc/haddock/iospec-0.3/IOSpec.haddock
haddock-html: /usr/share/doc/libghc-iospec-doc/html/