This file is indexed.

/var/lib/ghc/package.conf.d/mwc-random-0.13.4.0.conf is in libghc-mwc-random-dev 0.13.4.0-3+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
name: mwc-random
version: 0.13.4.0
id: mwc-random-0.13.4.0-CH6ozsPFZjwVSNwmEz44J
key: mwc-random-0.13.4.0-CH6ozsPFZjwVSNwmEz44J
license: BSD3
copyright: 2009, 2010, 2011 Bryan O'Sullivan
maintainer: Bryan O'Sullivan <bos@serpentine.com>
homepage: https://github.com/bos/mwc-random
synopsis: Fast, high quality pseudo random number generation
description:
    This package contains code for generating high quality random
    numbers that follow either a uniform or normal distribution.  The
    generated numbers are suitable for use in statistical applications.
    .
    The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222)
    multiply-with-carry generator, which has a period of 2^8222 and
    fares well in tests of randomness.  It is also extremely fast,
    between 2 and 3 times faster than the Mersenne Twister.
    .
    Compared to the mersenne-random package, this package has a more
    convenient API, is faster, and supports more statistical
    distributions.
category: Math, Statistics
author: Bryan O'Sullivan <bos@serpentine.com>
exposed: True
exposed-modules:
    System.Random.MWC System.Random.MWC.Distributions
    System.Random.MWC.CondensedTable
abi: b64461ed65d5462be43215532cdd69c3
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/mwc-random-0.13.4.0-CH6ozsPFZjwVSNwmEz44J
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/mwc-random-0.13.4.0-CH6ozsPFZjwVSNwmEz44J
data-dir: /usr/share/mwc-random
hs-libraries: HSmwc-random-0.13.4.0-CH6ozsPFZjwVSNwmEz44J
depends:
    base-4.9.0.0 primitive-0.6.1.0-Ip44DqhfCp21tTUYbecwa time-1.6.0.1
    vector-0.11.0.0-BEDZb5o2QOhGbIm6ky7rl6
haddock-interfaces: /usr/lib/ghc-doc/haddock/mwc-random-0.13.4.0/mwc-random.haddock
haddock-html: /usr/share/doc/libghc-mwc-random-doc/html/