This file is indexed.

/var/lib/ghc/package.conf.d/Stream-0.4.6.conf is in libghc-stream-dev 0.4.6-4build1.

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
name: Stream
version: 0.4.6
id: Stream-0.4.6-f8febb52a36a19e0424e12b3d203a1d1

license: BSD3
copyright:
maintainer: Wouter Swierstra <wss@cs.nott.ac.uk>
stability: experimental
homepage:
package-url:
synopsis: A library for manipulating infinite lists.
description: This package implements functions, analogous
             to those from Data.List, to create and manipulate
             infinite lists: @data Stream a = Cons a (Stream a)@.
             It provides alternative definitions for those
             Prelude functions that make sense for such streams.
             Note that this package has (almost)
             nothing to do with the work on /Stream Fusion/ by
             Duncan Coutts, Roman Leshchinskiy, and Don Stewart.
category: Data
author: Wouter Swierstra <wouter.swierstra@gmail.com>
        Bas van Dijk <v.dijk.bas@gmail.com>
exposed: True
exposed-modules: Data.Stream
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/Stream-0.4.6/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/Stream-0.4.6/ghc-7.6.3
hs-libraries: HSStream-0.4.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: QuickCheck-2.6-409fcc32c191cd6e04afdebb15869820
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         lazysmallcheck-0.6-ac746719ce75c207fd38f139b1df4bd8
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/stream-0.4.6/Stream.haddock
haddock-html: /usr/share/doc/libghc-stream-doc/html/