This file is indexed.

/var/lib/ghc/package.conf.d/lazy-csv-0.5.1.conf is in libghc-lazy-csv-dev 0.5.1-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
name: lazy-csv
version: 0.5.1
id: lazy-csv-0.5.1-JyQaw1iRbEdA8CV4PPX4bh
key: lazy-csv-0.5.1-JyQaw1iRbEdA8CV4PPX4bh
license: BSD3
copyright: Malcolm Wallace, Ian Lynagh, and Well Typed LLP
maintainer: Malcolm Wallace <malcolm.wallace@me.com>
homepage: http://code.haskell.org/lazy-csv
synopsis: Efficient lazy parsers for CSV (comma-separated values).
description:
    The CSV format is defined by RFC 4180.
    These efficient lazy parsers (String and ByteString variants)
    can report all CSV formatting errors, whilst also
    returning all the valid data, so the user can choose
    whether to continue, to show warnings, or to halt on
    error.  Valid fields retain information about their
    original location in the input, so a secondary parser from
    textual fields to typed values can give intelligent error
    messages.
category: Text
author: Malcolm Wallace <malcolm.wallace@me.com>,
        Ian Lynagh <igloo@earth.li>
exposed: True
exposed-modules:
    Text.CSV.Lazy.String Text.CSV.Lazy.ByteString
abi: 4a286531f888dd483da6f64c4bff354f
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/lazy-csv-0.5.1-JyQaw1iRbEdA8CV4PPX4bh
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/lazy-csv-0.5.1-JyQaw1iRbEdA8CV4PPX4bh
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/lazy-csv
hs-libraries: HSlazy-csv-0.5.1-JyQaw1iRbEdA8CV4PPX4bh
depends:
    base-4.9.1.0 bytestring-0.10.8.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/lazy-csv-0.5.1/lazy-csv.haddock
haddock-html: /usr/share/doc/libghc-lazy-csv-doc/html/