This file is indexed.

/var/lib/ghc/package.conf.d/PSQueue-1.1.conf is in libghc-psqueue-dev 1.1-8.

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
name: PSQueue
version: 1.1
id: PSQueue-1.1-f07cf148ddf940d6268136ed4174b983
key: PSQue_B2W2Jqwxlgm7tpuk3TcoPN
license: BSD3
maintainer: Scott E. Dillard <sedillard@gmail.com>
stability: Experimental
synopsis: Priority Search Queue
description:
    A /priority search queue/ efficiently supports the
    opperations of both a search tree and a priority queue. A
    'Binding' is a product of a key and a priority.  Bindings
    can be inserted, deleted, modified and queried in
    logarithmic time, and the binding with the least priority
    can be retrieved in constant time.  A queue can be built
    from a list of bindings, sorted by keys, in linear time.
category: Data Structures
author: Ralf Hinze
exposed: True
exposed-modules:
    Data.PSQueue
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/PSQueue-1.1-B2W2Jqwxlgm7tpuk3TcoPN
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/PSQueue-1.1-B2W2Jqwxlgm7tpuk3TcoPN
data-dir: /usr/share/psqueue
hs-libraries: HSPSQueue-1.1-B2W2Jqwxlgm7tpuk3TcoPN
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
haddock-interfaces: /usr/lib/ghc-doc/haddock/psqueue-1.1/PSQueue.haddock
haddock-html: /usr/share/doc/libghc-psqueue-doc/html/