/var/lib/ghc/package.conf.d/operational-0.2.3.2.conf is in libghc-operational-dev 0.2.3.2-5.
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 | name: operational
version: 0.2.3.2
id: operational-0.2.3.2-41c913d3c7e565d3b8a7e02b25e1e7ec
key: opera_DMVDzaJFoaq2Wj7PDtRV42
license: BSD3
copyright: (c) Heinrich Apfelmus 2010-2013
maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
stability: Provisional
homepage: http://haskell.org/haskellwiki/Operational
synopsis: Implementation of difficult monads made easy
with operational semantics.
description:
This library makes it easy to implement monads with tricky control flow.
.
This is useful for: writing web applications in a sequential style, programming games with a uniform interface for human and AI players and easy replay capababilities, implementing fast parser monads, designing monadic DSLs, etc.
.
See the project homepage <http://haskell.org/haskellwiki/Operational> for a more detailed introduction and features.
.
Related packages: MonadPrompt <http://hackage.haskell.org/package/MonadPrompt>.
category: Control, Monads
author: Heinrich Apfelmus
exposed: True
exposed-modules:
Control.Monad.Operational
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/operational-0.2.3.2-DMVDzaJFoaq2Wj7PDtRV42
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/operational-0.2.3.2-DMVDzaJFoaq2Wj7PDtRV42
data-dir: /usr/share/operational
hs-libraries: HSoperational-0.2.3.2-DMVDzaJFoaq2Wj7PDtRV42
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
haddock-interfaces: /usr/lib/ghc-doc/haddock/operational-0.2.3.2/operational.haddock
haddock-html: /usr/share/doc/libghc-operational-doc/html/
|