This file is indexed.

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

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
name: PSQueue
version: 1.1
id: PSQueue-1.1-04f2a122925ffef7fdea36c82a9842c5

license: BSD3
copyright:
maintainer: Scott E. Dillard <sedillard@gmail.com>
stability: Experimental
homepage:
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/PSQueue-1.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/PSQueue-1.1/ghc-7.6.3
hs-libraries: HSPSQueue-1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/psqueue-1.1/PSQueue.haddock
haddock-html: /usr/share/doc/libghc-psqueue-doc/html/