This file is indexed.

/var/lib/ghc/package.conf.d/monad-control-1.0.2.2.conf is in libghc-monad-control-dev 1.0.2.2-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
39
40
41
42
43
name: monad-control
version: 1.0.2.2
id: monad-control-1.0.2.2-3gi0rBT0RRq8S2cSqiTk2r
key: monad-control-1.0.2.2-3gi0rBT0RRq8S2cSqiTk2r
license: BSD3
copyright: (c) 2011 Bas van Dijk, Anders Kaseorg
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
homepage: https://github.com/basvandijk/monad-control
synopsis: Lift control operations, like exception catching, through monad transformers
description:
    This package defines the type class @MonadBaseControl@, a subset of
    @MonadBase@ into which generic control operations such as @catch@ can be
    lifted from @IO@ or any other base monad. Instances are based on monad
    transformers in @MonadTransControl@, which includes all standard monad
    transformers in the @transformers@ library except @ContT@.
    .
    See the <http://hackage.haskell.org/package/lifted-base lifted-base>
    package which uses @monad-control@ to lift @IO@
    operations from the @base@ library (like @catch@ or @bracket@) into any monad
    that is an instance of @MonadBase@ or @MonadBaseControl@.
    .
    Note that this package is a rewrite of Anders Kaseorg's @monad-peel@
    library. The main difference is that this package provides CPS style operators
    and exploits the @RankNTypes@ and @TypeFamilies@ language extensions to
    simplify and speedup most definitions.
category: Control
author: Bas van Dijk, Anders Kaseorg
exposed: True
exposed-modules:
    Control.Monad.Trans.Control
abi: 548a1de16ce268a5f65a6d071a3b39fa
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/monad-control-1.0.2.2-3gi0rBT0RRq8S2cSqiTk2r
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/monad-control-1.0.2.2-3gi0rBT0RRq8S2cSqiTk2r
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/monad-control
hs-libraries: HSmonad-control-1.0.2.2-3gi0rBT0RRq8S2cSqiTk2r
depends:
    base-4.9.1.0 stm-2.4.4.1-JQn4hNPyYjP5m9AcbI88Ve
    transformers-0.5.2.0 transformers-base-0.4.4-4JWVtuTd5KX4LSw5ilemWP
    transformers-compat-0.5.1.4-5q8NeWxMWFxK2dY7fuxXN9
haddock-interfaces: /usr/lib/ghc-doc/haddock/monad-control-1.0.2.2/monad-control.haddock
haddock-html: /usr/share/doc/libghc-monad-control-doc/html/