/var/lib/ghc/package.conf.d/retry-0.7.0.1.conf is in libghc-retry-dev 0.7.0.1-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 | name: retry
version: 0.7.0.1
id: retry-0.7.0.1-a2b0817dee5fd1f693e0e9c23e2e1af7
key: retry_GpZfiCVBjA4GYfAgBS0HzM
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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/retry-0.7.0.1-GpZfiCVBjA4GYfAgBS0HzM
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/retry-0.7.0.1-GpZfiCVBjA4GYfAgBS0HzM
data-dir: /usr/share/retry
hs-libraries: HSretry-0.7.0.1-GpZfiCVBjA4GYfAgBS0HzM
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
data-default-class-0.0.1-fcbab95490d730dd2489b628499587cd
exceptions-0.8.0.2-36aed52be619b9728d2571e1d453a5a5
random-1.1-c46cc413d88c0a330b5495d03f0ed464
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
haddock-interfaces: /usr/lib/ghc-doc/haddock/retry-0.7.0.1/retry.haddock
haddock-html: /usr/share/doc/libghc-retry-doc/html/
|