This file is indexed.

/var/lib/ghc/package.conf.d/csv-conduit-0.5.1.conf is in libghc-csv-conduit-dev 0.5.1-2build3.

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
name: csv-conduit
version: 0.5.1
id: csv-conduit-0.5.1-6ff57ad31a8efe8f0f5c7e9bc2fee216

license: BSD3
copyright:
maintainer: Ozgun Ataman <ozataman@gmail.com>
stability:
homepage: http://github.com/ozataman/csv-conduit
package-url:
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.Parser.ByteString Data.CSV.Conduit.Parser.Text
hidden-modules: Data.CSV.Conduit.Types
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/csv-conduit-0.5.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/csv-conduit-0.5.1/ghc-7.6.3
hs-libraries: HScsv-conduit-0.5.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: attoparsec-0.10.4.0-d9fd97cfc1a1748b3cde35adf7fd233b
         attoparsec-conduit-1.0.1.2-f3a67fc3bdb3a35eed83e84321bc8cf8
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         conduit-1.0.13-42da682bd4bc70f4bc06699fdc9be195
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
         data-default-0.5.1-3dcf8b1e18d6ff182bcfe57129991c1d
         monad-control-0.3.2.2-aae11679047438e5ee6b1274ae527d35
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/csv-conduit-0.5.1/csv-conduit.haddock
haddock-html: /usr/share/doc/libghc-csv-conduit-doc/html/