/var/lib/ghc/package.conf.d/pipes-4.1.2.conf is in libghc-pipes-dev 4.1.2-1+b1.
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 54 55 56 57 58 59 | name: pipes
version: 4.1.2
id: pipes-4.1.2-ba6548cfb2840fde821927a306ec6192
license: BSD3
copyright: 2012-2014 Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
stability:
homepage:
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/pipes-4.1.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/pipes-4.1.2/ghc-7.6.3
hs-libraries: HSpipes-4.1.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
mmorph-1.0.3-448c4f44f912815f4c9f3c1a56ea2c28
mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-4.1.2/pipes.haddock
haddock-html: /usr/share/doc/libghc-pipes-doc/html/
|