/var/lib/ghc/package.conf.d/monad-control-1.0.0.4.conf is in libghc-monad-control-dev 1.0.0.4-3build1.
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 | name: monad-control
version: 1.0.0.4
id: monad-control-1.0.0.4-54877a66474b3cf85d4214e0258a1578
key: monad_DMkcM2ySGCbGNS1cYyq1TZ
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 @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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/monad-control-1.0.0.4-DMkcM2ySGCbGNS1cYyq1TZ
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/monad-control-1.0.0.4-DMkcM2ySGCbGNS1cYyq1TZ
data-dir: /usr/share/monad-control
hs-libraries: HSmonad-control-1.0.0.4-DMkcM2ySGCbGNS1cYyq1TZ
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
stm-2.4.4.1-7050c728ed5b2315e2c6b56d8bf9837f
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
transformers-base-0.4.4-19dc155e74aa624600f63b02f5f0b424
transformers-compat-0.4.0.4-8aa4073730c676dbe210ea8bffd8d092
haddock-interfaces: /usr/lib/ghc-doc/haddock/monad-control-1.0.0.4/monad-control.haddock
haddock-html: /usr/share/doc/libghc-monad-control-doc/html/
|