This file is indexed.

/var/lib/ghc/package.conf.d/patience-0.1.1.conf is in libghc-patience-dev 0.1.1-7.

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
name: patience
version: 0.1.1
id: patience-0.1.1-22413ecacb3af5242385def121877c86
key: patie_6ojpRaDqiMCFIZTYMskNfb
license: BSD3
maintainer: Keegan McAllister <mcallister.keegan@gmail.com>
synopsis: Patience diff and longest increasing subsequence
description:
    This library implements the \"patience diff\" algorithm, as well as the patience
    algorithm for the longest increasing subsequence problem.
    .
    Patience diff computes the difference between two lists, for example the
    lines of two versions of a source file.  It provides a good balance of
    performance, nice output for humans, and implementation simplicity.  For more
    information, see <http://alfedenzo.livejournal.com/170301.html> and
    <http://bramcohen.livejournal.com/73318.html>.
    .
    New in version 0.1.1: relaxed @containers@ dependency, so it should build on
    GHC 6.10.
category: Algorithms, Text
author: Keegan McAllister <mcallister.keegan@gmail.com>
exposed: True
exposed-modules:
    Data.Algorithm.Patience
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/patience-0.1.1-6ojpRaDqiMCFIZTYMskNfb
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/patience-0.1.1-6ojpRaDqiMCFIZTYMskNfb
data-dir: /usr/share/patience
hs-libraries: HSpatience-0.1.1-6ojpRaDqiMCFIZTYMskNfb
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
haddock-interfaces: /usr/lib/ghc-doc/haddock/patience-0.1.1/patience.haddock
haddock-html: /usr/share/doc/libghc-patience-doc/html/