/var/lib/ghc/package.conf.d/cryptohash-sha1-0.11.100.1.conf is in libghc-cryptohash-sha1-dev 0.11.100.1-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 | name: cryptohash-sha1
version: 0.11.100.1
id: cryptohash-sha1-0.11.100.1-AJqtLjVn8sfKvw8ebixA3z
key: cryptohash-sha1-0.11.100.1-AJqtLjVn8sfKvw8ebixA3z
license: BSD3
copyright: Vincent Hanquez, Herbert Valerio Riedel
maintainer: Herbert Valerio Riedel <hvr@gnu.org>
homepage: https://github.com/hvr/cryptohash-sha1
synopsis: Fast, pure and practical SHA-1 implementation
description:
A practical incremental and one-pass, pure API to the
<https://en.wikipedia.org/wiki/SHA-1 SHA-1 hash algorithm>
(including <https://en.wikipedia.org/wiki/HMAC HMAC> support)
with performance close to the fastest implementations available in other languages.
.
The implementation is made in C with a haskell FFI wrapper that hides the C implementation.
.
NOTE: This package has been forked off @cryptohash-0.11.7@ because the @cryptohash@ package has been
deprecated and so this package continues to satisfy the need for a lightweight package
providing the SHA1 hash algorithm without any dependencies on packages other than
@base@ and @bytestring@.
.
Consequently, this package can be used as a drop-in replacement for @cryptohash@'s
"Crypto.Hash.SHA1" module, though with a clearly smaller footprint.
category: Data, Cryptography
exposed: True
exposed-modules:
Crypto.Hash.SHA1
abi: c80f9112a05f15fc32751f969ac51998
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/cryptohash-sha1-0.11.100.1-AJqtLjVn8sfKvw8ebixA3z
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/cryptohash-sha1-0.11.100.1-AJqtLjVn8sfKvw8ebixA3z
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/cryptohash-sha1
hs-libraries: HScryptohash-sha1-0.11.100.1-AJqtLjVn8sfKvw8ebixA3z
depends:
base-4.9.1.0 bytestring-0.10.8.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/cryptohash-sha1-0.11.100.1/cryptohash-sha1.haddock
haddock-html: /usr/share/doc/libghc-cryptohash-sha1-doc/html/
|