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-5build1.

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
71
72
73
74
75
name: csv-conduit
version: 0.6.6
id: csv-conduit-0.6.6-adc0a9d383eb99b88d29bd4f8f58d2ab
key: csvco_Edtyl0jGf2E9Bl1VDzq5kA
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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/csv-conduit-0.6.6-Edtyl0jGf2E9Bl1VDzq5kA
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/csv-conduit-0.6.6-Edtyl0jGf2E9Bl1VDzq5kA
data-dir: /usr/share/csv-conduit
hs-libraries: HScsv-conduit-0.6.6-Edtyl0jGf2E9Bl1VDzq5kA
depends:
    array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
    attoparsec-0.13.0.1-13ee8ea181051585e24bdc42fae36194
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    blaze-builder-0.4.0.1-073b5264a38e394a8dbb57adf8acf9c2
    bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
    conduit-1.2.6.1-418942df10c1c8c2f189236cac2a6089
    conduit-extra-1.1.9.2-e8609d88fad293740c390bace7d92a77
    containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
    data-default-0.5.3-e05c44e7d434cba27ce2615e5a92622d
    ghc-prim-0.4.0.0-6cdc86811872333585fa98756aa7c51e
    mmorph-1.0.4-0ef8c596d6bb7008f6a1bf58f4b1fcd7
    monad-control-1.0.0.4-54877a66474b3cf85d4214e0258a1578
    mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
    primitive-0.6.1.0-b2a7b9f8d5591c0d4ce7ef238a3217d2
    resourcet-1.1.7-6832b26243718afb2b791ac405d0e8df
    text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
    transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
    unordered-containers-0.2.5.1-a371fb886d3c588f30731c181c11e7b7
    vector-0.11.0.0-c6a21b92685f6fef26c6c5da6982f3c6
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/