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-3build1.

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
name: cipher-aes
version: 0.2.11
id: cipher-aes-0.2.11-82259e133bd01f10777ce3f83b4aa8db
key: ciphe_8948bmJGtQZEedaH81AIBW
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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/cipher-aes-0.2.11-8948bmJGtQZEedaH81AIBW
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/cipher-aes-0.2.11-8948bmJGtQZEedaH81AIBW
data-dir: /usr/share/cipher-aes
hs-libraries: HScipher-aes-0.2.11-8948bmJGtQZEedaH81AIBW
depends:
    base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
    byteable-0.1.1-8a1589926445fd8ccaca02ef701a2633
    bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
    crypto-cipher-types-0.0.9-985d7509fa0c073d3336ad6e2d398fb2
    securemem-0.1.9-bcbcb0e2029204fc40451f3d5bd6a7c6
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/