/var/lib/ghc/package.conf.d/pipes-safe-2.0.2.conf is in libghc-pipes-safe-dev 2.0.2-1build1.
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 | name: pipes-safe
version: 2.0.2
id: pipes-safe-2.0.2-335df5d38163b925c6035a469724e83e
license: BSD3
copyright: 2013, 2014 Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
stability:
homepage:
package-url:
synopsis: Safety for the pipes ecosystem
description: This package adds resource management and exception handling to the @pipes@
ecosystem.
.
Notable features include:
.
* /Resource Safety/: Guarantee finalization using @finally@, @bracket@ and
more
.
* /Exception Safety/: Even against asynchronous exceptions!
.
* /Laziness/: Only acquire resources when you need them
.
* /Promptness/: Finalize resources early when you are done with them
.
* /Native Exception Handling/: Catch and resume from exceptions inside pipes
.
* /No Buy-in/: Mix resource-safe pipes with unmanaged pipes using @hoist@
category: Control, Pipes, Error Handling
author: Gabriel Gonzalez
exposed: True
exposed-modules: Pipes.Safe Pipes.Safe.Prelude
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/pipes-safe-2.0.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/pipes-safe-2.0.2/ghc-7.6.3
hs-libraries: HSpipes-safe-2.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
exceptions-0.3.2-907a799a991304ac0d3529051b09343a
pipes-4.1.0-e99e196d4e7f3ea7f1f1305d0a1c20f0
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-safe-2.0.2/pipes-safe.haddock
haddock-html: /usr/share/doc/libghc-pipes-safe-doc/html/
|