/var/lib/ghc/package.conf.d/pipes-safe-2.2.3.conf is in libghc-pipes-safe-dev 2.2.3-3build1.
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 | name: pipes-safe
version: 2.2.3
id: pipes-safe-2.2.3-93fe70d68ab299bc8072e75141be2cd7
key: pipes_7zfojyin7xtCF3UFK9e0M3
license: BSD3
copyright: 2013, 2014 Gabriel Gonzalez
maintainer: Gabriel439@gmail.com
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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/pipes-safe-2.2.3-7zfojyin7xtCF3UFK9e0M3
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/pipes-safe-2.2.3-7zfojyin7xtCF3UFK9e0M3
data-dir: /usr/share/pipes-safe
hs-libraries: HSpipes-safe-2.2.3-7zfojyin7xtCF3UFK9e0M3
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
containers-0.5.6.2-59326c33e30ec8f6afd574cbac625bbb
exceptions-0.8.0.2-36aed52be619b9728d2571e1d453a5a5
monad-control-1.0.0.4-54877a66474b3cf85d4214e0258a1578
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
pipes-4.1.7-d3ccdfa8e43fd129c9a9bb805985a734
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
transformers-base-0.4.4-19dc155e74aa624600f63b02f5f0b424
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-safe-2.2.3/pipes-safe.haddock
haddock-html: /usr/share/doc/libghc-pipes-safe-doc/html/
|