/var/lib/ghc/package.conf.d/mersenne-random-pure64-0.2.0.3.conf is in libghc-mersenne-random-pure64-dev 0.2.0.3-3.
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 48 49 50 51 | name: mersenne-random-pure64
version: 0.2.0.3
id: mersenne-random-pure64-0.2.0.3-df5277ab85d57ace4e363d6b71993cd7
license: BSD3
copyright: (c) 2008. Don Stewart <dons@galois.com>
maintainer: Don Stewart <dons@galois.com>
stability:
homepage: http://code.haskell.org/~dons/code/mersenne-random-pure64/
package-url:
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
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/mersenne-random-pure64-0.2.0.3/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/mersenne-random-pure64-0.2.0.3/ghc-7.6.3
hs-libraries: HSmersenne-random-pure64-0.2.0.3
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/lib/haskell-packages/ghc/lib/mersenne-random-pure64-0.2.0.3/ghc-7.6.3/include
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
old-time-1.1.0.1-2f8ea093d0c7014780a8a5772f948883
random-1.0.1.1-43fdc5da991685d8a0ec8cb553880cf8
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/mersenne-random-pure64-0.2.0.3/mersenne-random-pure64.haddock
haddock-html: /usr/share/doc/libghc-mersenne-random-pure64-doc/html/
|