This file is indexed.

/var/lib/ghc/package.conf.d/conduit-0.2.0.conf is in libghc-conduit-dev 0.2.0-2.

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
name: conduit
version: 0.2.0
id: conduit-0.2.0-04ed2b4219426e51e7fd271e3f3dac61

license: BSD3
copyright:
maintainer: michael@snoyman.com
stability:
homepage: http://github.com/snoyberg/conduit
package-url:
synopsis: Streaming data processing library.
description: Conduits are an approach to the streaming data problem. It is meant as an alternative to enumerators\/iterators, hoping to address the same issues with different trade-offs based on real-world experience with enumerators. For more information, see <http://www.yesodweb.com/book/conduit>.
             .
             Release history:
             .
             [0.2] Instead of storing state in mutable variables, we now use CPS. A @Source@ returns the next @Source@, and likewise for @Sink@s and @Conduit@s. Not only does this take better advantage of GHC\'s optimizations (about a 20% speedup), but it allows some operations to have a reduction in algorithmic complexity from exponential to linear. This also allowed us to remove the @Prepared@ set of types. Also, the @State@ functions (e.g., @sinkState@) use better constructors for return types, avoiding the need for a dummy state on completion.
             .
             [0.1] @BufferedSource@ is now an abstract type, and has a much more efficient internal representation. The result was a 41% speedup on microbenchmarks (note: do not expect speedups anywhere near that in real usage). In general, we are moving towards @BufferedSource@ being a specific tool used internally as needed, but using @Source@ for all external APIs.
             .
             [0.0] Initial release.
category: Data, Conduit
author: Michael Snoyman
exposed: True
exposed-modules: Data.Conduit Data.Conduit.Binary Data.Conduit.Text
                 Data.Conduit.List Data.Conduit.Lazy Control.Monad.Trans.Resource
hidden-modules: System.PosixFile Data.Conduit.Types.Source
                Data.Conduit.Types.Sink Data.Conduit.Types.Conduit
                Data.Conduit.Util.Source Data.Conduit.Util.Sink
                Data.Conduit.Util.Conduit
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/conduit-0.2.0/ghc-7.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/conduit-0.2.0/ghc-7.4.1
hs-libraries: HSconduit-0.2.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
         bytestring-0.9.2.1-18f26186028d7c0e92e78edc9071d376
         containers-0.4.2.1-cfc6420ecc2194c9ed977b06bdfd9e69
         lifted-base-0.1.0.3-835139a20d18a630e7554a1b27208297
         monad-control-0.3.1-14b7e2e3a9477aaa014fc2b99d327723
         text-0.11.1.13-9b63b6813ed4eef16b7793151cdbba4d
         transformers-0.2.2.0-367ec8196a45fab9903c082ddf1e964e
         transformers-base-0.4.1-fcc3ef817255df65a2aa38004ca0b746
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/conduit-0.2.0/conduit.haddock
haddock-html: /usr/share/doc/libghc-conduit-doc/html/