This file is indexed.

/var/lib/ghc/package.conf.d/ConfigFile-1.1.4.conf is in libghc-configfile-dev 1.1.4-2build1.

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
name: ConfigFile
version: 1.1.4
id: ConfigFile-1.1.4-79dcb6a595bd14044b3917f2981ea930
key: Confi_9HfNd5Ym1xM647Uz8bZl7N
license: BSD3
copyright: Copyright (c) 2004-2014 John Goerzen
maintainer: John Goerzen <jgoerzen@complete.org>
stability: Stable
homepage: http://software.complete.org/configfile
synopsis: Configuration file reading & writing
description:
    Parser and writer for handling sectioned config files in
    Haskell.
    .
    The ConfigFile module works with configuration files in a standard
    format that is easy for the user to edit, easy for the programmer
    to work with, yet remains powerful and flexible.  It is inspired by,
    and compatible with, Python's ConfigParser module.  It uses files
    that resemble Windows .INI-style files, but with numerous
    improvements.
    .
    ConfigFile provides simple calls to both read and write config files.
    It's possible to make a config file parsable by this module,
    the Unix shell, and make.
category: Parsing
author: John Goerzen
exposed: True
exposed-modules:
    Data.ConfigFile Data.ConfigFile.Types Data.ConfigFile.Parser
    Data.ConfigFile.Monadic
hidden-modules: Data.ConfigFile.Lexer
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/ConfigFile-1.1.4-9HfNd5Ym1xM647Uz8bZl7N
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/ConfigFile-1.1.4-9HfNd5Ym1xM647Uz8bZl7N
data-dir: /usr/share/configfile
hs-libraries: HSConfigFile-1.1.4-9HfNd5Ym1xM647Uz8bZl7N
depends:
    MissingH-1.3.0.1-ff67b60315ee99fa8354c0c548af602f
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
    mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
    parsec-3.1.9-c97a6d9077152efda935fd305a6ba92b
haddock-interfaces: /usr/lib/ghc-doc/haddock/configfile-1.1.4/ConfigFile.haddock
haddock-html: /usr/share/doc/libghc-configfile-doc/html/