/var/lib/ghc/package.conf.d/cond-0.4.1.1.conf is in libghc-cond-dev 0.4.1.1-4.
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 | name: cond
version: 0.4.1.1
id: cond-0.4.1.1-6e78148327e35ef7cf5c22fc23febd23
key: cond_0T1EkoTWPEZ2IFyZKWyGdP
license: BSD3
maintainer: acurtis@spsu.edu
homepage: https://github.com/kallisti-dev/cond
synopsis: Basic conditional and boolean operators with monadic variants.
description:
This library provides:
.
* Implementations of various overloaded conditional operations
.
* Lifted monadic variants of those operations and common boolean operators
.
* A typeclass for boolean algebras.
.
Feel free to send ideas and suggestions for new conditional operators to the
maintainer.
.
Monadic looping constructs are not included as part of this package, since the
monad-loops package has a fairly complete collection of them already.
category: Control, Logic, Monad
author: Adam Curtis
exposed: True
exposed-modules:
Control.Conditional Data.Algebra.Boolean
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/cond-0.4.1.1-0T1EkoTWPEZ2IFyZKWyGdP
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/cond-0.4.1.1-0T1EkoTWPEZ2IFyZKWyGdP
data-dir: /usr/share/cond
hs-libraries: HScond-0.4.1.1-0T1EkoTWPEZ2IFyZKWyGdP
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
haddock-interfaces: /usr/lib/ghc-doc/haddock/cond-0.4.1.1/cond.haddock
haddock-html: /usr/share/doc/libghc-cond-doc/html/
|