/var/lib/ghc/package.conf.d/pipes-4.1.7.conf is in libghc-pipes-dev 4.1.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 | name: pipes
version: 4.1.7
id: pipes-4.1.7-d3ccdfa8e43fd129c9a9bb805985a734
key: pipes_Do6pcqjslzK2oW5B76k6BB
license: BSD3
copyright: 2012-2014 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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/pipes-4.1.7-Do6pcqjslzK2oW5B76k6BB
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/pipes-4.1.7-Do6pcqjslzK2oW5B76k6BB
data-dir: /usr/share/pipes
hs-libraries: HSpipes-4.1.7-Do6pcqjslzK2oW5B76k6BB
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
mmorph-1.0.4-0ef8c596d6bb7008f6a1bf58f4b1fcd7
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-4.1.7/pipes.haddock
haddock-html: /usr/share/doc/libghc-pipes-doc/html/
|