This file is indexed.

/var/lib/ghc/package.conf.d/csv-conduit-0.6.6.conf is in libghc-csv-conduit-dev 0.6.6-8+b2.

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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
name: csv-conduit
version: 0.6.6
id: csv-conduit-0.6.6-6hqe4Nx8ThKFR4p7l34meY
key: csv-conduit-0.6.6-6hqe4Nx8ThKFR4p7l34meY
license: BSD3
maintainer: Ozgun Ataman <ozataman@gmail.com>
homepage: http://github.com/ozataman/csv-conduit
synopsis: A flexible, fast, conduit-based CSV parser library for Haskell.
description:
    CSV files are the de-facto standard in many situations involving data transfer,
    particularly when dealing with enterprise application or disparate database
    systems.
    .
    While there are a number of CSV libraries in Haskell, at the time of this
    project's start in 2010, there wasn't one that provided all of the following:
    .
    * Full flexibility in quote characters, separators, input/output
    .
    * Constant space operation
    .
    * Robust parsing, correctness and error resiliency
    .
    * Convenient interface that supports a variety of use cases
    .
    * Fast operation
    .
    This library is an attempt to close these gaps. Please note that
    this library started its life based on the enumerator package and
    has recently been ported to work with conduits instead. In the
    process, it has been greatly simplified thanks to the modular nature
    of the conduits library.
    .
    Following the port to conduits, the library has also gained the
    ability to parameterize on the stream type and work both with
    ByteString and Text.
    .
    For more documentation and examples, check out the README at:
    .
    <http://github.com/ozataman/csv-conduit>
    .
category: Data, Conduit, CSV, Text
author: Ozgun Ataman
exposed: True
exposed-modules:
    Data.CSV.Conduit Data.CSV.Conduit.Types Data.CSV.Conduit.Conversion
    Data.CSV.Conduit.Parser.ByteString Data.CSV.Conduit.Parser.Text
hidden-modules: Data.CSV.Conduit.Conversion.Internal
                Data.CSV.Conduit.Monoid
abi: af9b1cf60cbd9d31c165a0d4ca2135b6
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/csv-conduit-0.6.6-6hqe4Nx8ThKFR4p7l34meY
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/csv-conduit-0.6.6-6hqe4Nx8ThKFR4p7l34meY
data-dir: /usr/share/csv-conduit
hs-libraries: HScsv-conduit-0.6.6-6hqe4Nx8ThKFR4p7l34meY
depends:
    array-0.5.1.1 attoparsec-0.13.1.0-5Olk1S76r1CDYzFS6V3sZR
    base-4.9.0.0 blaze-builder-0.4.0.2-KWDLbdBYSBoALiMW0LHIz1
    bytestring-0.10.8.1 conduit-1.2.8-6hIGes6x1wqJCxTfOzNGDJ
    conduit-extra-1.1.13.3-BsZ6FHnKLEkLaHnzfOmWfg containers-0.5.7.1
    data-default-0.7.1.1-5uix4eIzBY9IcVb4V2HbW3 ghc-prim-0.5.0.0
    mmorph-1.0.6-CW1Ei6D6KA2FPJ6GPahaAm
    monad-control-1.0.1.0-H3dGiNkRft7DwaQy0vBH7n
    mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
    primitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa
    resourcet-1.1.8-DdwBVfcxCfKnrc6BKOuS1
    text-1.2.2.1-5QpmrLQApEZ4Ly9nMHWY0s transformers-0.5.2.0
    unordered-containers-0.2.7.1-Eo9jd5DMz45DhBLCG8skzW
    vector-0.11.0.0-BEDZb5o2QOhGbIm6ky7rl6
haddock-interfaces: /usr/lib/ghc-doc/haddock/csv-conduit-0.6.6/csv-conduit.haddock
haddock-html: /usr/share/doc/libghc-csv-conduit-doc/html/