This file is indexed.

/var/lib/ghc/package.conf.d/incremental-parser-0.2.3.2.conf is in libghc-incremental-parser-dev 0.2.3.2-1.

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
name: incremental-parser
version: 0.2.3.2
id: incremental-parser-0.2.3.2-ce2e34ac59aca7b77a6fb11032efb261

license: GPL
copyright: (c) 2011-2013 Mario Blazevic
maintainer: blamario@yahoo.com
stability:
homepage: http://patch-tag.com/r/blamario/incremental-parser/wiki/
package-url:
synopsis: Generic parser library capable of providing partial results from partial input.
description: This package defines yet another parser library. This one is implemented using the concept of Brzozowski derivatives,
             tweaked and optimized to work with any monoidal input type. Lists, ByteString, and Text are supported out of the box,
             as well as any other data type for which the monoid-subclasses package defines instances.
             If the parser result is also a monoid, the parser can provide it incrementally, before the complete input is parsed.
category: Parsing
author: Mario Blazevic
exposed: True
exposed-modules: Text.ParserCombinators.Incremental
                 Text.ParserCombinators.Incremental.LeftBiasedLocal
                 Text.ParserCombinators.Incremental.Symmetric
                 Control.Applicative.Monoid
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/incremental-parser-0.2.3.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/incremental-parser-0.2.3.2/ghc-7.6.3
hs-libraries: HSincremental-parser-0.2.3.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         monoid-subclasses-0.3.5-2865bf29137f9b864e086aff673d74ac
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/incremental-parser-0.2.3.2/incremental-parser.haddock
haddock-html: /usr/share/doc/libghc-incremental-parser-doc/html/