/var/lib/ghc/package.conf.d/HsOpenSSL-0.11.4.11.conf is in libghc-hsopenssl-dev 0.11.4.11-1build1.
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 49 50 51 | name: HsOpenSSL
version: 0.11.4.11
id: HsOpenSSL-0.11.4.11-Hjy518cbc7QGa9s5qUUDCm
key: HsOpenSSL-0.11.4.11-Hjy518cbc7QGa9s5qUUDCm
license: PublicDomain
maintainer: Vladimir Shabanov <vshabanoff@gmail.com>
stability: stable
homepage: https://github.com/vshabanov/HsOpenSSL
synopsis: Partial OpenSSL binding for Haskell
description:
.
HsOpenSSL is an OpenSSL binding for Haskell. It can generate RSA
and DSA keys, read and write PEM files, generate message digests,
sign and verify messages, encrypt and decrypt messages. It has
also some capabilities of creating SSL clients and servers.
.
This package is in production use by a number of Haskell based
systems and stable. You may also be interested in the @tls@ package,
<http://hackage.haskell.org/package/tls>, which is a pure Haskell
implementation of SSL.
.
category: Cryptography
author: Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen
exposed: True
exposed-modules:
OpenSSL OpenSSL.BN OpenSSL.DER OpenSSL.EVP.Base64
OpenSSL.EVP.Cipher OpenSSL.EVP.Digest OpenSSL.EVP.Internal
OpenSSL.EVP.Open OpenSSL.EVP.PKey OpenSSL.EVP.Seal OpenSSL.EVP.Sign
OpenSSL.EVP.Verify OpenSSL.Cipher OpenSSL.PEM OpenSSL.PKCS7
OpenSSL.Random OpenSSL.DSA OpenSSL.RSA OpenSSL.X509
OpenSSL.X509.Revocation OpenSSL.X509.Request OpenSSL.X509.Store
OpenSSL.Session OpenSSL.DH
hidden-modules: OpenSSL.ASN1 OpenSSL.BIO OpenSSL.ERR
OpenSSL.Objects OpenSSL.SSL.Option OpenSSL.Stack OpenSSL.Utils
OpenSSL.X509.Name OpenSSL.DH.Internal
abi: 9b59ce976c32fb27c1c1d9f0df579146
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/HsOpenSSL-0.11.4.11-Hjy518cbc7QGa9s5qUUDCm
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/HsOpenSSL-0.11.4.11-Hjy518cbc7QGa9s5qUUDCm
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/hsopenssl
hs-libraries: HSHsOpenSSL-0.11.4.11-Hjy518cbc7QGa9s5qUUDCm
extra-libraries:
crypto ssl
includes:
openssl/asn1.h
depends:
base-4.9.1.0 bytestring-0.10.8.1 integer-gmp-1.0.0.1
network-2.6.3.2-IsLM4TXcLoRI0fmmBYVyQz time-1.6.0.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/hsopenssl-0.11.4.11/HsOpenSSL.haddock
haddock-html: /usr/share/doc/libghc-hsopenssl-doc/html/
|