This file is indexed.

/var/lib/ghc/package.conf.d/language-python-0.4.0.conf is in libghc-language-python-dev 0.4.0-3.

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
51
52
53
54
name: language-python
version: 0.4.0
id: language-python-0.4.0-eea9219e15a9d681e7c62d1fe78db37b

license: BSD3
copyright: (c) 2008-2012 Bernard James Pope
maintainer: florbitous@gmail.com
stability: experimental
homepage: http://github.com/bjpop/language-python
package-url:
synopsis: Parsing and pretty printing of Python code.
description: language-python is a Haskell library for lexical analysis, parsing
             and pretty printing Python code. It supports versions 2.x and 3.x of Python.
category: Language
author: Bernard James Pope (Bernie Pope)
exposed: True
exposed-modules: Language.Python.Common
                 Language.Python.Common.ParseError
                 Language.Python.Common.SrcLocation Language.Python.Common.Pretty
                 Language.Python.Common.Token Language.Python.Common.ParserMonad
                 Language.Python.Common.PrettyToken Language.Python.Common.AST
                 Language.Python.Common.PrettyAST Language.Python.Version3
                 Language.Python.Version3.Parser Language.Python.Version3.Lexer
                 Language.Python.Version2 Language.Python.Version2.Parser
                 Language.Python.Version2.Lexer
                 Language.Python.Common.PrettyParseError
                 Language.Python.Common.StringEscape
hidden-modules: Language.Python.Common.ParserUtils
                Language.Python.Common.LexerUtils
                Language.Python.Version3.Parser.Parser
                Language.Python.Version3.Parser.Lexer
                Language.Python.Version2.Parser.Parser
                Language.Python.Version2.Parser.Lexer
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/language-python-0.4.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/language-python-0.4.0/ghc-7.6.3
hs-libraries: HSlanguage-python-0.4.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
         monads-tf-0.1.0.2-731f0ad0c350c02b9859e8f99fd52c26
         pretty-1.1.1.0-66181c695e6a2e173ba2088cf55cc396
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/language-python-0.4.0/language-python.haddock
haddock-html: /usr/share/doc/libghc-language-python-doc/html/