/var/lib/ghc/package.conf.d/tls-1.3.11.conf is in libghc-tls-dev 1.3.11-4build3.
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | name: tls
version: 1.3.11
id: tls-1.3.11-BfWtdiBCCF64EtEXG4Qcgy
key: tls-1.3.11-BfWtdiBCCF64EtEXG4Qcgy
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-tls
synopsis: TLS/SSL protocol native implementation (Server and Client)
description:
Native Haskell TLS and SSL protocol implementation for server and client.
.
This provides a high-level implementation of a sensitive security protocol,
eliminating a common set of security issues through the use of the advanced
type system, high level constructions and common Haskell features.
.
Currently implement the SSL3.0, TLS1.0, TLS1.1 and TLS1.2 protocol,
and support RSA and Ephemeral (Elliptic curve and regular) Diffie Hellman key exchanges,
and many extensions.
.
Some debug tools linked with tls, are available through the
<http://hackage.haskell.org/package/tls-debug/>.
category: Network
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules:
Network.TLS Network.TLS.Cipher Network.TLS.Compression
Network.TLS.Internal Network.TLS.Extra Network.TLS.Extra.Cipher
Network.TLS.Extra.FFDHE
hidden-modules: Network.TLS.Cap Network.TLS.Struct Network.TLS.Core
Network.TLS.Context Network.TLS.Context.Internal
Network.TLS.Credentials Network.TLS.Backend Network.TLS.Crypto
Network.TLS.Crypto.DH Network.TLS.Crypto.ECDH Network.TLS.ErrT
Network.TLS.Extension Network.TLS.Extension.EC
Network.TLS.Handshake Network.TLS.Handshake.Common
Network.TLS.Handshake.Certificate Network.TLS.Handshake.Key
Network.TLS.Handshake.Client Network.TLS.Handshake.Server
Network.TLS.Handshake.Process Network.TLS.Handshake.Signature
Network.TLS.Handshake.State Network.TLS.Hooks Network.TLS.IO
Network.TLS.Imports Network.TLS.MAC Network.TLS.Measurement
Network.TLS.Packet Network.TLS.Parameters Network.TLS.Record
Network.TLS.Record.Types Network.TLS.Record.Engage
Network.TLS.Record.Disengage Network.TLS.Record.State
Network.TLS.RNG Network.TLS.State Network.TLS.Session
Network.TLS.Sending Network.TLS.Receiving Network.TLS.Util
Network.TLS.Util.ASN1 Network.TLS.Util.Serialization
Network.TLS.Types Network.TLS.Wire Network.TLS.X509
abi: 7534e6d6cbed837e26ae5eca8ef6fc2f
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/tls-1.3.11-BfWtdiBCCF64EtEXG4Qcgy
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/tls-1.3.11-BfWtdiBCCF64EtEXG4Qcgy
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/tls
hs-libraries: HStls-1.3.11-BfWtdiBCCF64EtEXG4Qcgy
depends:
asn1-encoding-0.9.5-HjswX91MDgIBMaxBXQ9Z6N
asn1-types-0.3.2-HIJfDGLGj9hL1I84NQwkwX
async-2.1.1.1-8yywY4inVGRLJSCg60gBXj base-4.9.1.0
bytestring-0.10.8.1 cereal-0.5.4.0-BsAGxfp8yAs3CiRo2E875e
cryptonite-0.23-Hf4isO3pAGx446gNggQFBj
data-default-class-0.1.2.0-GsXqKN6o1X9jr0fF5qCVD
memory-0.14.11-8AGdHgntVnC94lQ3k423XF
mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6
network-2.6.3.2-IsLM4TXcLoRI0fmmBYVyQz transformers-0.5.2.0
x509-1.7.2-j5yaHQXy7fCzgCviUh8EI
x509-store-1.6.5-3xpI4MV2UCz6RmvrRmCax4
x509-validation-1.6.9-KdbuDh32ieO9pGp7NaQgQ5
haddock-interfaces: /usr/lib/ghc-doc/haddock/tls-1.3.11/tls.haddock
haddock-html: /usr/share/doc/libghc-tls-doc/html/
|