This file is indexed.

/var/lib/ghc/package.conf.d/csv-conduit-0.6.3.conf is in libghc-csv-conduit-dev 0.6.3-1+b5.

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
76
77
78
79
80
81
82
83
84
name: csv-conduit
version: 0.6.3
id: csv-conduit-0.6.3-556cbcbb8f90997e7904b656476c586a

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.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/csv-conduit-0.6.3/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/csv-conduit-0.6.3/ghc-7.6.3
hs-libraries: HScsv-conduit-0.6.3
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
         attoparsec-0.10.4.0-d9fd97cfc1a1748b3cde35adf7fd233b
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         blaze-builder-0.3.3.2-218a42248e93dd9cae8208aaf882209a
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         conduit-1.1.6-d422ad1b0f15749ef6ade095c21dcc4b
         conduit-extra-1.1.3-3f3e27bcecde7a55e7d6a0858254017f
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
         data-default-0.5.3-690cbd65b712475fa704cfcf6dff3163
         ghc-prim-0.3.0.0-d5221a8c8a269b66ab9a07bdc23317dd
         mmorph-1.0.3-448c4f44f912815f4c9f3c1a56ea2c28
         monad-control-0.3.2.2-aae11679047438e5ee6b1274ae527d35
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
         primitive-0.5.0.1-8e5f40b409f7bb31ae1acfb125279700
         resourcet-1.1.2.3-300a5f454b32622dd26f5e38817d3f89
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
         unordered-containers-0.2.5.0-11c50452e1ec4de862c3ca415f189512
         vector-0.10.0.1-1fbb548bc492f07fef7e604d2e6f581d
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/csv-conduit-0.6.3/csv-conduit.haddock
haddock-html: /usr/share/doc/libghc-csv-conduit-doc/html/