This file is indexed.

/var/lib/ghc/package.conf.d/cipher-aes-0.2.11.conf is in libghc-cipher-aes-dev 0.2.11-5build7.

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
name: cipher-aes
version: 0.2.11
id: cipher-aes-0.2.11-8Bf6NHMHl8gJlvHQVFDAX8
key: cipher-aes-0.2.11-8Bf6NHMHl8gJlvHQVFDAX8
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: Vincent Hanquez <vincent@snarc.org>
homepage: https://github.com/vincenthz/hs-cipher-aes
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
abi: 862c9fcfe15cbcbef7cef2daea5e1027
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/cipher-aes-0.2.11-8Bf6NHMHl8gJlvHQVFDAX8
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/cipher-aes-0.2.11-8Bf6NHMHl8gJlvHQVFDAX8
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/cipher-aes
hs-libraries: HScipher-aes-0.2.11-8Bf6NHMHl8gJlvHQVFDAX8
depends:
    base-4.9.1.0 byteable-0.1.1-2lU1pexQSLj1KbNO17UifQ
    bytestring-0.10.8.1
    crypto-cipher-types-0.0.9-KvkWbBk5ni3B8tftsGSAEd
    securemem-0.1.9-CqxdrpQTGZB6Le0vaFdgFe
haddock-interfaces: /usr/lib/ghc-doc/haddock/cipher-aes-0.2.11/cipher-aes.haddock
haddock-html: /usr/share/doc/libghc-cipher-aes-doc/html/