/var/lib/ghc/package.conf.d/retry-0.7.4.1.conf is in libghc-retry-dev 0.7.4.1-3+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 | name: retry
version: 0.7.4.1
id: retry-0.7.4.1-AhdkcSxfFMnD5pTxq9FAWg
key: retry-0.7.4.1-AhdkcSxfFMnD5pTxq9FAWg
license: BSD3
copyright: Ozgun Ataman, Soostone Inc
maintainer: ozgun.ataman@soostone.com
homepage: http://github.com/Soostone/retry
synopsis: Retry combinators for monadic actions that may fail
description:
This package exposes combinators that can wrap arbitrary
monadic actions. They run the action and potentially retry
running it with some configurable delay for a configurable
number of times.
The purpose is to make it easier to work with IO and
especially network IO actions that often experience temporary
failure and warrant retrying of the original action. For
example, a database query may time out for a while, in which
case we should hang back for a bit and retry the query instead
of simply raising an exception.
category: Control
author: Ozgun Ataman
exposed: True
exposed-modules:
Control.Retry
abi: 202ab7dfe036826dd2deae3c351ba757
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/retry-0.7.4.1-AhdkcSxfFMnD5pTxq9FAWg
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/retry-0.7.4.1-AhdkcSxfFMnD5pTxq9FAWg
data-dir: /usr/share/retry
hs-libraries: HSretry-0.7.4.1-AhdkcSxfFMnD5pTxq9FAWg
depends:
base-4.9.0.0 data-default-class-0.1.2.0-FYQpjIylblBDctdkHAFeXA
exceptions-0.8.3-1k51ubLFe5EKSOsIQFBryn ghc-prim-0.5.0.0
random-1.1-54KmMHXjttlERYcr1mvsAe transformers-0.5.2.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/retry-0.7.4.1/retry.haddock
haddock-html: /usr/share/doc/libghc-retry-doc/html/
|