/var/lib/ghc/package.conf.d/Stream-0.4.7.2.conf is in libghc-stream-dev 0.4.7.2-4build3.
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 | name: Stream
version: 0.4.7.2
id: Stream-0.4.7.2-EhZnBK3DzzaIkGh8RouXdf
key: Stream-0.4.7.2-EhZnBK3DzzaIkGh8RouXdf
license: BSD3
maintainer: Wouter Swierstra <wouter.swierstra@gmail.com>
stability: experimental
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
abi: 190924b05c8aec41dc4d3100ec429234
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/Stream-0.4.7.2-EhZnBK3DzzaIkGh8RouXdf
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/Stream-0.4.7.2-EhZnBK3DzzaIkGh8RouXdf
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/stream
hs-libraries: HSStream-0.4.7.2-EhZnBK3DzzaIkGh8RouXdf
depends:
QuickCheck-2.9.2-LvlomhGMxrFBkX1zwiWpQu base-4.9.1.0
lazysmallcheck-0.6-2meEQL9GYc27FySXcwSmz5
haddock-interfaces: /usr/lib/ghc-doc/haddock/stream-0.4.7.2/Stream.haddock
haddock-html: /usr/share/doc/libghc-stream-doc/html/
|