This file is indexed.

/var/lib/ghc/package.conf.d/cipher-aes-0.2.6.conf is in libghc-cipher-aes-dev 0.2.6-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: cipher-aes
version: 0.2.6
id: cipher-aes-0.2.6-3c8a0d4eeaf93543c97a115da9c96ea7

license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
stability:
homepage: http://github.com/vincenthz/hs-cipher-aes
package-url:
synopsis: Fast AES cipher implementation with advanced mode of operations
description: Fast AES cipher implementation with advanced mode of operations.
             .
             The modes of operations available are ECB (Electronic code book),
             CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing),
             GCM (Galois Counter Mode).
             .
             The AES implementation uses AES-NI when available (on x86 and x86-64 architecture),
             but fallback gracefully to a software C implementation.
             .
             The software implementation uses S-Boxes, which might suffer for cache timing issues.
             However do notes that most other known software implementations, including very popular
             one (openssl, gnutls) also uses similar implementation. If it matters for your
             case, you should make sure you have AES-NI available, or you'll need to use a different
             implementation.
             .
category: Cryptography
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules: Crypto.Cipher.AES
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/cipher-aes-0.2.6/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/cipher-aes-0.2.6/ghc-7.6.3
hs-libraries: HScipher-aes-0.2.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         byteable-0.1.1-d4755477dc4e2aac49eac498fa9d9b71
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         crypto-cipher-types-0.0.9-ae61b1ca0ef960aa5f903b0168001eac
         securemem-0.1.3-59fd79009633436a4d186c0837fe63a0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/cipher-aes-0.2.6/cipher-aes.haddock
haddock-html: /usr/share/doc/libghc-cipher-aes-doc/html/