/var/lib/ghc/package.conf.d/tls-1.2.9.conf is in libghc-tls-dev 1.2.9-2.
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 71 72 73 74 75 76 77 78 79 80 81 82 | name: tls
version: 1.2.9
id: tls-1.2.9-6b05e87dea2e6bf145e4cbbf6dc01b9f
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability: experimental
homepage: http://github.com/vincenthz/hs-tls
package-url:
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 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
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.Extension 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.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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/tls-1.2.9/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/tls-1.2.9/ghc-7.6.3
hs-libraries: HStls-1.2.9
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: asn1-encoding-0.8.1.3-231f803d96458f1b610007d2090ca284
asn1-types-0.2.3-de6db65a6b916d9ae3e4eead4386543f
base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
byteable-0.1.1-d4755477dc4e2aac49eac498fa9d9b71
bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
cereal-0.4.0.1-5f41a0570e88b8831b91929ce703f113
cipher-aes-0.2.8-021cf360d9a58c0edeb5790cec16adc3
cipher-des-0.0.6-5a81281c38c129ebee1c8ed7d6edf7a6
cipher-rc4-0.1.4-094445a1dce7a16278e13506c5642006
crypto-cipher-types-0.0.9-ae61b1ca0ef960aa5f903b0168001eac
crypto-numbers-0.2.3-2872084a19b5f2a663f3553c928094c0
crypto-pubkey-0.2.4-f43fee632ef6f6c467f2f5165d2406ba
crypto-pubkey-types-0.4.2.2-28caa150dff8bb385b39601ae4346d8a
crypto-random-0.0.7-3b0709703dea16d2e33320de2c8c616e
cryptohash-0.11.6-66dabc57cbc274727d7df3304baa73d2
data-default-class-0.0.1-28917cfaaa79950ce0c5af98dd8bce64
mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
network-2.4.1.2-040cee5ece44014a8574cb3f87b1eec4
x509-1.4.11-c4a85a2ccc7bf3dd9e3bc496552ea0e8
x509-store-1.4.4-12fc4f3cb9ee7cc40dcc079cabc74247
x509-validation-1.5.0-55c999b61c836fcf3804caba0d421167
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/tls-1.2.9/tls.haddock
haddock-html: /usr/share/doc/libghc-tls-doc/html/
|