This file is indexed.

/var/lib/ghc/package.conf.d/stateref-0.3.conf is in libghc-stateref-dev 0.3-3build1.

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
name: stateref
version: 0.3
id: stateref-0.3-ccd806afb5be9938d44ba23601d8066b
key: state_KptOBHsY85L8YzpDAos2Hi
license: PublicDomain
maintainer: James Cook <mokus@deepbondi.net>
stability: provisional
homepage: http://code.haskell.org/~mokus/stateref/
synopsis: Abstraction for things that work like IORef.
description:
    A collection of type-classes generalizing the
    read\/write\/modify operations for stateful variables
    provided by things like IORef, TVar, &c.
    Note that The interface has changed a bit from the
    0.2.* version.  \"*Ref\" functions are now called
    \"*Reference\" and new \"*Ref\" function exist with
    simpler signatures.
    The new 'Ref' existential type provides a convenient
    monad-indexed reference type, and the HasRef class
    indicates monads for which there is a default
    reference type for every referent.
category: Data
author: James Cook <mokus@deepbondi.net>
exposed: True
exposed-modules:
    Data.Accessor Data.StateRef Data.StateRef.Types
    Data.StateRef.Instances Data.MRef Data.MRef.Types
    Data.MRef.Instances
hidden-modules: Data.StateRef.Instances.Undecidable
                Data.StateRef.Instances.STM Data.MRef.Instances.STM
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/stateref-0.3-KptOBHsY85L8YzpDAos2Hi
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/stateref-0.3-KptOBHsY85L8YzpDAos2Hi
data-dir: /usr/share/stateref
hs-libraries: HSstateref-0.3-KptOBHsY85L8YzpDAos2Hi
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
    stm-2.4.4.1-7050c728ed5b2315e2c6b56d8bf9837f
haddock-interfaces: /usr/lib/ghc-doc/haddock/stateref-0.3/stateref.haddock
haddock-html: /usr/share/doc/libghc-stateref-doc/html/