This file is indexed.

/var/lib/ghc/package.conf.d/double-conversion-2.0.1.0.conf is in libghc-double-conversion-dev 2.0.1.0+ds1-4+b1.

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
name: double-conversion
version: 2.0.1.0
id: double-conversion-2.0.1.0-GBJeLbJOvPcIufCPOIwofV
key: double-conversion-2.0.1.0-GBJeLbJOvPcIufCPOIwofV
license: BSD3
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability: experimental
homepage: https://github.com/bos/double-conversion
synopsis: Fast conversion between double precision floating point and text
description:
    A library that performs fast, accurate conversion between double
    precision floating point and text.
    .
    This library is implemented as bindings to the C++
    @double-conversion@ library written by Florian Loitsch at Google:
    <http://code.google.com/p/double-conversion/>.
    .
    The 'Text' versions of these functions are about 30 times faster
    than the default 'show' implementation for the 'Double' type.
    .
    The 'ByteString' versions are /slower/ than the 'Text' versions;
    roughly half the speed.  (This seems to be due to the cost of
    allocating 'ByteString' values via @malloc@.)
    .
    As a final note, be aware that the @bytestring-show@ package is
    about 50% slower than simply using 'show'.
category: Text
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules:
    Data.Double.Conversion.ByteString Data.Double.Conversion.Text
hidden-modules: Data.Double.Conversion.FFI
abi: 6ca1026adb4595f2c580361b3ebe9537
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/double-conversion-2.0.1.0-GBJeLbJOvPcIufCPOIwofV
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/double-conversion-2.0.1.0-GBJeLbJOvPcIufCPOIwofV
data-dir: /usr/share/double-conversion
hs-libraries: HSdouble-conversion-2.0.1.0-GBJeLbJOvPcIufCPOIwofV
extra-libraries:
    stdc++ double-conversion
depends:
    base-4.9.0.0 bytestring-0.10.8.1 ghc-prim-0.5.0.0
    integer-gmp-1.0.0.1 text-1.2.2.1-5QpmrLQApEZ4Ly9nMHWY0s
haddock-interfaces: /usr/lib/ghc-doc/haddock/double-conversion-2.0.1.0/double-conversion.haddock
haddock-html: /usr/share/doc/libghc-double-conversion-doc/html/