/var/lib/ghc/package.conf.d/pipes-safe-2.2.6.conf is in libghc-pipes-safe-dev 2.2.6-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 | name: pipes-safe
version: 2.2.6
id: pipes-safe-2.2.6-7DOnymkcYc9IvanAfAL9Z
key: pipes-safe-2.2.6-7DOnymkcYc9IvanAfAL9Z
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
abi: 9cf1f7b124ed15430dc88cfee3536124
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/pipes-safe-2.2.6-7DOnymkcYc9IvanAfAL9Z
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/pipes-safe-2.2.6-7DOnymkcYc9IvanAfAL9Z
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/pipes-safe
hs-libraries: HSpipes-safe-2.2.6-7DOnymkcYc9IvanAfAL9Z
depends:
base-4.9.1.0 containers-0.5.7.1
exceptions-0.8.3-DJgKwb0OY9TJW6bTf8Ti4N
monad-control-1.0.2.2-3gi0rBT0RRq8S2cSqiTk2r
mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6 pipes-4.3.7-8ls427AXUsm9kjpCtkTeUh
primitive-0.6.2.0-4578caNkWQ54Gt1mxLF2Yh transformers-0.5.2.0
transformers-base-0.4.4-4JWVtuTd5KX4LSw5ilemWP
haddock-interfaces: /usr/lib/ghc-doc/haddock/pipes-safe-2.2.6/pipes-safe.haddock
haddock-html: /usr/share/doc/libghc-pipes-safe-doc/html/
|