/var/lib/ghc/package.conf.d/mersenne-random-pure64-0.2.0.5.conf is in libghc-mersenne-random-pure64-dev 0.2.0.5-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 40 41 42 43 44 | name: mersenne-random-pure64
version: 0.2.0.5
id: mersenne-random-pure64-0.2.0.5-F1793yBxnuzCUl5wrtnh28
key: mersenne-random-pure64-0.2.0.5-F1793yBxnuzCUl5wrtnh28
license: BSD3
copyright: (c) 2008. Don Stewart <dons00@gmail.com>
maintainer: Don Stewart <dons00@gmail.com>
homepage: http://code.haskell.org/~dons/code/mersenne-random-pure64/
synopsis: Generate high quality pseudorandom numbers purely using a Mersenne Twister
description:
The Mersenne twister is a pseudorandom number generator developed by
Makoto Matsumoto and Takuji Nishimura that is based on a matrix linear
recurrence over a finite binary field. It provides for fast generation
of very high quality pseudorandom numbers. The source for the C code
can be found here:
.
<http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt64.html>
.
This library provides a purely functional binding to the 64 bit
classic mersenne twister, along with instances of RandomGen, so the
generator can be used with System.Random. The generator should
typically be a few times faster than the default StdGen (but a tad
slower than the impure 'mersenne-random' library based on SIMD
instructions and destructive state updates.
.
category: Math, System
author: Don Stewart
exposed: True
exposed-modules:
System.Random.Mersenne.Pure64 System.Random.Mersenne.Pure64.Base
System.Random.Mersenne.Pure64.MTBlock
System.Random.Mersenne.Pure64.Internal
abi: f0b976ffe85fbe1b33dd5f8b40c11854
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/mersenne-random-pure64-0.2.0.5-F1793yBxnuzCUl5wrtnh28
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/mersenne-random-pure64-0.2.0.5-F1793yBxnuzCUl5wrtnh28
data-dir: /usr/share/mersenne-random-pure64
hs-libraries: HSmersenne-random-pure64-0.2.0.5-F1793yBxnuzCUl5wrtnh28
include-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/mersenne-random-pure64-0.2.0.5-F1793yBxnuzCUl5wrtnh28/include
depends:
base-4.9.0.0 old-time-1.1.0.3-IcvdkJUsE9M8t3io8peAEp
random-1.1-54KmMHXjttlERYcr1mvsAe
haddock-interfaces: /usr/lib/ghc-doc/haddock/mersenne-random-pure64-0.2.0.5/mersenne-random-pure64.haddock
haddock-html: /usr/share/doc/libghc-mersenne-random-pure64-doc/html/
|