This file is indexed.

/var/lib/ghc/package.conf.d/incremental-parser-0.2.5.conf is in libghc-incremental-parser-dev 0.2.5-3+b1.

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
name: incremental-parser
version: 0.2.5
id: incremental-parser-0.2.5-8VHMMo7rZrc2Q54AjxNqhH
key: incremental-parser-0.2.5-8VHMMo7rZrc2Q54AjxNqhH
license: GPL
copyright: (c) 2011-2016 Mario Blazevic
maintainer: blamario@yahoo.com
homepage: https://github.com/blamario/incremental-parser
synopsis: Generic parser library capable of providing partial results from partial input.
description:
    This package defines yet another parser combinator 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, its chunks can be extracted 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
abi: ab0377e420aad2932763dee105e256bc
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/incremental-parser-0.2.5-8VHMMo7rZrc2Q54AjxNqhH
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/incremental-parser-0.2.5-8VHMMo7rZrc2Q54AjxNqhH
data-dir: /usr/share/incremental-parser
hs-libraries: HSincremental-parser-0.2.5-8VHMMo7rZrc2Q54AjxNqhH
depends:
    base-4.9.0.0 monoid-subclasses-0.4.2.1-LbN06UsIVKW13vK5PLJuNm
haddock-interfaces: /usr/lib/ghc-doc/haddock/incremental-parser-0.2.5/incremental-parser.haddock
haddock-html: /usr/share/doc/libghc-incremental-parser-doc/html/