/var/lib/ghc/package.conf.d/Boolean-0.2.conf is in libghc-boolean-dev 0.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 | name: Boolean
version: 0.2
id: Boolean-0.2-21e19d07f24f9c8a7d4f445c6a8d5dea
license: BSD3
copyright: (c) 2009-2013 by Conal Elliott
maintainer: conal@conal.net
stability: experimental
homepage:
package-url:
synopsis: Generalized booleans and numbers
description: Some classes for generalized boolean operations.
Starting with 0.1.0, this package uses type families.
Up to version 0.0.2, it used MPTCs with functional dependencies.
My thanks to Andy Gill for suggesting & helping with the change.
Thanks also to Alex Horsman for Data.Boolean.Overload and to
Jan Bracker for Data.Boolean.Numbers.
.
Copyright 2009-2013 Conal Elliott; BSD3 license.
category: Data
author: Conal Elliott
exposed: True
exposed-modules: Data.Boolean Data.Boolean.Overload
Data.Boolean.Numbers
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/Boolean-0.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/Boolean-0.2/ghc-7.6.3
hs-libraries: HSBoolean-0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/boolean-0.2/Boolean.haddock
haddock-html: /usr/share/doc/libghc-boolean-doc/html/
|