/var/lib/ghc/package.conf.d/mwc-random-0.13.3.2.conf is in libghc-mwc-random-dev 0.13.3.2-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 | name: mwc-random
version: 0.13.3.2
id: mwc-random-0.13.3.2-168a8f60aaa4f8be939a7610d137518b
key: mwcra_0SEz8XRK7wOF4DF0uaF48y
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
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/mwc-random-0.13.3.2-0SEz8XRK7wOF4DF0uaF48y
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/mwc-random-0.13.3.2-0SEz8XRK7wOF4DF0uaF48y
data-dir: /usr/share/mwc-random
hs-libraries: HSmwc-random-0.13.3.2-0SEz8XRK7wOF4DF0uaF48y
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
primitive-0.6.1.0-b2a7b9f8d5591c0d4ce7ef238a3217d2
time-1.5.0.1-1b9a502bb07a3e6f4d6935fbf9db7181
vector-0.11.0.0-c6a21b92685f6fef26c6c5da6982f3c6
haddock-interfaces: /usr/lib/ghc-doc/haddock/mwc-random-0.13.3.2/mwc-random.haddock
haddock-html: /usr/share/doc/libghc-mwc-random-doc/html/
|