/var/lib/ghc/package.conf.d/crypto-api-0.12.2.2.conf is in libghc-crypto-api-dev 0.12.2.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 | name: crypto-api
version: 0.12.2.2
id: crypto-api-0.12.2.2-1211f53dcb77711f7e2aed0f01f913bd
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
hidden-modules: Crypto.CPoly
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/crypto-api-0.12.2.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/crypto-api-0.12.2.2/ghc-7.6.3
hs-libraries: HScrypto-api-0.12.2.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
cereal-0.3.5.2-a9ff0516a3b8fef3d6dca329fe564618
entropy-0.2.1-37409ae7b70dc6ae28b123bf0d0a742f
tagged-0.7-d243d7f9110b53b4d18740d6abd0cfb9
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.12.2.2/crypto-api.haddock
haddock-html: /usr/share/doc/libghc-crypto-api-doc/html/
|