This file is indexed.

/var/lib/ghc/package.conf.d/pipes-4.1.0.conf is in libghc-pipes-dev 4.1.0-1.

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
name: pipes
version: 4.1.0
id: pipes-4.1.0-e99e196d4e7f3ea7f1f1305d0a1c20f0

license: BSD3
copyright: 2012-2014 Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
stability:
homepage:
package-url:
synopsis: Compositional pipelines
description: `pipes` is a clean and powerful stream processing library that lets you build
             and connect reusable streaming components
             .
             Advantages over traditional streaming libraries:
             .
             * /Concise API/: Use simple commands like 'for', ('>->'), 'await', and 'yield'
             .
             * /Blazing fast/: Implementation tuned for speed, including shortcut fusion
             .
             * /Lightweight Dependency/: @pipes@ is small and compiles very rapidly,
             including dependencies
             .
             * /Elegant semantics/: Use practical category theory
             .
             * /ListT/: Correct implementation of 'ListT' that interconverts with pipes
             .
             * /Bidirectionality/: Implement duplex channels
             .
             * /Extensive Documentation/: Second to none!
             .
             Import "Pipes" to use the library.
             .
             Read "Pipes.Tutorial" for an extensive tutorial.
category: Control, Pipes
author: Gabriel Gonzalez
exposed: True
exposed-modules: Pipes Pipes.Core Pipes.Internal Pipes.Lift
                 Pipes.Prelude Pipes.Tutorial
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/pipes-4.1.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/pipes-4.1.0/ghc-7.6.3
hs-libraries: HSpipes-4.1.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         mmorph-1.0.0-20a6abb10acd5d213e6c72450f873a5d
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
         transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-4.1.0/pipes.haddock
haddock-html: /usr/share/doc/libghc-pipes-doc/html/