/var/lib/ghc/package.conf.d/crypto-api-0.13.2.conf is in libghc-crypto-api-dev 0.13.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 44 45 46 47 48 | name: crypto-api
version: 0.13.2
id: crypto-api-0.13.2-bf5ad08acd3311ad95fca009ea341be3
license: BSD3
copyright: Thomas DuBuisson <thomas.dubuisson@gmail.com>
maintainer: Thomas DuBuisson <thomas.dubuisson@gmail.com>
stability: stable
homepage: https://github.com/TomMD/crypto-api
package-url:
synopsis: A generic interface for cryptographic operations
description: A generic interface for cryptographic operations (hashes, ciphers, randomness).
Maintainers of hash and cipher implementations are
encouraged to add instances for the classes defined
in Crypto.Classes. Crypto users are similarly
encouraged to use the interfaces defined in the Classes
module.
Any concepts or functions of general use to more than
one cryptographic algorithm (ex: padding) is within
scope of this package.
category: Data, Cryptography
author: Thomas DuBuisson <thomas.dubuisson@gmail.com>, Francisco Blas Izquierdo Riera (klondike)
exposed: True
exposed-modules: Crypto.Classes Crypto.Types Crypto.HMAC
Crypto.Random Crypto.Padding Crypto.Modes Crypto.Util
Crypto.Classes.Exceptions
hidden-modules: Crypto.CPoly
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/crypto-api-0.13.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/crypto-api-0.13.2/ghc-7.6.3
hs-libraries: HScrypto-api-0.13.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
cereal-0.4.0.1-5f41a0570e88b8831b91929ce703f113
entropy-0.2.1-37409ae7b70dc6ae28b123bf0d0a742f
tagged-0.7.2-002e2b0a3122c5b5f8b9c8717b5e6b17
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/crypto-api-0.13.2/crypto-api.haddock
haddock-html: /usr/share/doc/libghc-crypto-api-doc/html/
|