/var/lib/ghc/package.conf.d/mwc-random-0.11.0.0.conf is in libghc-mwc-random-dev 0.11.0.0-7.
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 | name: mwc-random
version: 0.11.0.0
id: mwc-random-0.11.0.0-c759bda1c8773b607afbf1687ae3356c
license: BSD3
copyright: 2009, 2010, 2011 Bryan O'Sullivan
maintainer: Bryan O'Sullivan <bos@serpentine.com>
stability:
homepage: https://github.com/bos/mwc-random
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/mwc-random-0.11.0.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/mwc-random-0.11.0.0/ghc-7.6.3
hs-libraries: HSmwc-random-0.11.0.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
primitive-0.5.0.1-8e5f40b409f7bb31ae1acfb125279700
time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50
vector-0.10.0.1-1fbb548bc492f07fef7e604d2e6f581d
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/mwc-random-0.11.0.0/mwc-random.haddock
haddock-html: /usr/share/doc/libghc-mwc-random-doc/html/
|