This file is indexed.

/var/lib/ghc/package.conf.d/pipes-4.3.7.conf is in libghc-pipes-dev 4.3.7-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
name: pipes
version: 4.3.7
id: pipes-4.3.7-8ls427AXUsm9kjpCtkTeUh
key: pipes-4.3.7-8ls427AXUsm9kjpCtkTeUh
license: BSD3
copyright: 2012-2016 Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
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
abi: 4dab080debeab252f4e5051d1b367ff3
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/pipes-4.3.7-8ls427AXUsm9kjpCtkTeUh
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/pipes-4.3.7-8ls427AXUsm9kjpCtkTeUh
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/pipes
hs-libraries: HSpipes-4.3.7-8ls427AXUsm9kjpCtkTeUh
depends:
    base-4.9.1.0 exceptions-0.8.3-DJgKwb0OY9TJW6bTf8Ti4N
    mmorph-1.0.9-HlXKPf0HLb97ucs8k7n9Qq
    mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6
    semigroups-0.18.3-5xL9BgkWQsCGwo6YahyMCM transformers-0.5.2.0
    void-0.7.2-4PWwLjXxAER9U3zGpDhf6e
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-4.3.7/pipes.haddock
haddock-html: /usr/share/doc/libghc-pipes-doc/html/