/var/lib/ghc/package.conf.d/Stream-0.4.6.conf is in libghc-stream-dev 0.4.6-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 | name: Stream
version: 0.4.6
id: Stream-0.4.6-ec7923eb28cda75109786a7ddc7d66da
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.4.1
library-dirs: /usr/lib/haskell-packages/ghc/lib/Stream-0.4.6/ghc-7.4.1
hs-libraries: HSStream-0.4.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: QuickCheck-2.4.2-41cb2884cc20cd78948de62849bd9667
base-4.5.0.0-40b99d05fae6a4eea95ea69e6e0c9702
lazysmallcheck-0.6-49a7e994e609104db41293c390f97480
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/
|