This file is indexed.

/var/lib/ghc/package.conf.d/ConfigFile-1.0.6.conf is in libghc-configfile-dev 1.0.6-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
40
41
42
43
44
45
46
47
48
49
50
name: ConfigFile
version: 1.0.6
id: ConfigFile-1.0.6-19766634fc2ade32443eb5078e972683

license: LGPL
copyright: Copyright (c) 2004-2010 John Goerzen
maintainer: John Goerzen <jgoerzen@complete.org>
stability: Stable
homepage: http://software.complete.org/configfile
package-url:
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
hidden-modules: Data.ConfigFile.Lexer
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/ConfigFile-1.0.6/ghc-7.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/ConfigFile-1.0.6/ghc-7.4.1
hs-libraries: HSConfigFile-1.0.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: MissingH-1.1.0.3-809ac47c443aade37c5f29d160d360fd
         base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
         containers-0.4.2.1-cfc6420ecc2194c9ed977b06bdfd9e69
         mtl-2.0.1.0-db19dd8a7700e3d3adda8aa8fe5bf53d
         parsec-3.1.2-a6715965b792ffb81aeb3b18e0c709ac
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/configfile-1.0.6/ConfigFile.haddock
haddock-html: /usr/share/doc/libghc-configfile-doc/html/