This file is indexed.

/var/lib/ghc/package.conf.d/tls-1.1.5.conf is in libghc-tls-dev 1.1.5-1build5.

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
name: tls
version: 1.1.5
id: tls-1.1.5-83f5096787ce32bccd1f8fd90d7c040e

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,
             with only RSA supported for Key Exchange.
             .
             Only core protocol available here, have a look at the
             <http://hackage.haskell.org/package/tls-extra/> package for default
             ciphers, compressions and certificates functions.
category: Network
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Network.TLS Network.TLS.Cipher
                 Network.TLS.Compression Network.TLS.Internal
hidden-modules: Network.TLS.Cap Network.TLS.Struct Network.TLS.Core
                Network.TLS.Context Network.TLS.Crypto Network.TLS.Extension
                Network.TLS.Handshake Network.TLS.Handshake.Common
                Network.TLS.Handshake.Certificate Network.TLS.Handshake.Client
                Network.TLS.Handshake.Server Network.TLS.Handshake.Signature
                Network.TLS.IO Network.TLS.MAC Network.TLS.Measurement
                Network.TLS.Packet Network.TLS.Record Network.TLS.Record.Types
                Network.TLS.Record.Engage Network.TLS.Record.Disengage
                Network.TLS.State Network.TLS.Session Network.TLS.Sending
                Network.TLS.Receiving Network.TLS.Util Network.TLS.Types
                Network.TLS.Wire
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/tls-1.1.5/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/tls-1.1.5/ghc-7.6.3
hs-libraries: HStls-1.1.5
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
         certificate-1.3.9-d85b3eef2abeab903240daf850cb3f3b
         crypto-pubkey-0.2.4-65e179a862f0dc06d97664d7d6163e32
         crypto-random-0.0.7-3b0709703dea16d2e33320de2c8c616e
         cryptohash-0.11.2-8dff2d2fe7f5b7f7ebbbe52e0f095f67
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
         network-2.4.1.2-040cee5ece44014a8574cb3f87b1eec4
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/tls-1.1.5/tls.haddock
haddock-html: /usr/share/doc/libghc-tls-doc/html/