This file is indexed.

/var/lib/ghc/package.conf.d/retry-0.7.5.1.conf is in libghc-retry-dev 0.7.5.1-1.

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.5.1
id: retry-0.7.5.1-LxDL0PBloM7JXMSfFv42m3
key: retry-0.7.5.1-LxDL0PBloM7JXMSfFv42m3
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: f0376fe7252115cb7268ce49c571c225
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/retry-0.7.5.1-LxDL0PBloM7JXMSfFv42m3
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/retry-0.7.5.1-LxDL0PBloM7JXMSfFv42m3
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/retry
hs-libraries: HSretry-0.7.5.1-LxDL0PBloM7JXMSfFv42m3
depends:
    base-4.9.1.0 data-default-class-0.1.2.0-GsXqKN6o1X9jr0fF5qCVD
    exceptions-0.8.3-DJgKwb0OY9TJW6bTf8Ti4N ghc-prim-0.5.0.0
    random-1.1-9tceXaeYIMZ4JrKq20Egog transformers-0.5.2.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/retry-0.7.5.1/retry.haddock
haddock-html: /usr/share/doc/libghc-retry-doc/html/