This file is indexed.

/var/lib/ghc/package.conf.d/llvm-base-3.2.0.0.conf is in libghc-llvm-base-dev 3.2.0.0-3ubuntu1.

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: llvm-base
version: 3.2.0.0
id: llvm-base-3.2.0.0-4127f1f3772303c8b85f6dd66a0f1337

license: BSD3
copyright:
maintainer: Bryan O'Sullivan <bos@serpentine.com>, Lennart Augustsson <lennart@augustsson.net>, Benjamin Saunders <besaunde@sfu.ca>
stability: experimental
homepage: https://github.com/bos/llvm
package-url:
synopsis: FFI bindings to the LLVM compiler toolkit.
description: FFI bindings to the LLVM compiler toolkit.
             .
             We try to stay up to date with LLVM releases.  The current version
             of this package is compatible with LLVM 3.0 and 2.9.  Please
             understand that the package may or may not work against older LLVM
             releases; we don't have the time or resources to test across
             multiple releases.
             .
             * New in 3.2: Builds against LLVM 3.2, new mid-level Wrapper interface and ST-based pure interface
             .
             * New in 3.0: Builds against LLVM 3.0.
             .
             * New in 0.9.1.1: Builds against LLVM 2.9.
             .
             * New in 0.9.1.0: Util.Memory for memory related intrinsics.
             .
             * New in 0.9.0.0: Adapted to LLVM 2.8 (removed support for Union types).
category: Compilers/Interpreters, Code Generation
author: Bryan O'Sullivan, Lennart Augustsson, Benjamin Saunders
exposed: True
exposed-modules: LLVM.FFI.Analysis LLVM.FFI.BitReader
                 LLVM.FFI.BitWriter LLVM.FFI.Core LLVM.FFI.ExecutionEngine
                 LLVM.FFI.Support LLVM.FFI.Linker LLVM.FFI.Target
                 LLVM.FFI.Transforms.IPO LLVM.FFI.Transforms.Scalar
                 LLVM.FFI.Transforms.PassManagerBuilder LLVM.FFI.AssemblyReader
                 LLVM.Target.Native LLVM.Wrapper.Core LLVM.Wrapper.BitReader
                 LLVM.Wrapper.BitWriter LLVM.Wrapper.Analysis
                 LLVM.Wrapper.ExecutionEngine LLVM.Wrapper.Target
                 LLVM.Wrapper.Linker LLVM.Wrapper.Transforms.PassManagerBuilder
                 LLVM.ST
hidden-modules: LLVM.Target.ARM LLVM.Target.CellSPU
                LLVM.Target.CppBackend LLVM.Target.MSP430 LLVM.Target.Mips
                LLVM.Target.PowerPC LLVM.Target.Sparc LLVM.Target.X86
                LLVM.Target.XCore LLVM.Wrapper.Internal
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/llvm-base-3.2.0.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/llvm-base-3.2.0.0/ghc-7.6.3
              /usr/lib/llvm-3.3/lib
hs-libraries: HSllvm-base-3.2.0.0
extra-libraries: LLVM-3.3 pthread ffi dl m stdc++
extra-ghci-libraries: LLVM-3.3
include-dirs: /usr/lib/llvm-3.3/include
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/llvm-base-3.2.0.0/llvm-base.haddock
haddock-html: /usr/share/doc/libghc-llvm-base-doc/html/