This file is indexed.

/var/lib/ghc/package.conf.d/binary-0.7.2.1.conf is in libghc-binary-dev 0.7.2.1-1.

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
name: binary
version: 0.7.2.1
id: binary-0.7.2.1-29f1965b1c0074366fcff56fb1fe11ce

license: BSD3
copyright:
maintainer: Lennart Kolmodin, Don Stewart <dons00@gmail.com>
stability: provisional
homepage: https://github.com/kolmodin/binary
package-url:
synopsis: Binary serialisation for Haskell values using lazy ByteStrings
description: Efficient, pure binary serialisation using lazy ByteStrings.
             Haskell values may be encoded to and from binary formats,
             written to disk as binary, or sent over the network.
             The format used can be automatically generated, or
             you can choose to implement a custom format if needed.
             Serialisation speeds of over 1 G\/sec have been observed,
             so this library should be suitable for high performance
             scenarios.
category: Data, Parsing
author: Lennart Kolmodin <kolmodin@gmail.com>
exposed: True
exposed-modules: Data.Binary Data.Binary.Put Data.Binary.Get
                 Data.Binary.Get.Internal Data.Binary.Builder
                 Data.Binary.Builder.Internal
hidden-modules: Data.Binary.Generic Data.Binary.Builder.Base
                Data.Binary.Class
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/binary-0.7.2.1/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/binary-0.7.2.1/ghc-7.6.3
hs-libraries: HSbinary-0.7.2.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/binary-0.7.2.1/binary.haddock
haddock-html: /usr/share/doc/libghc-binary-doc/html/