/var/lib/ghc/package.conf.d/random-fu-0.2.6.2.conf is in libghc-random-fu-dev 0.2.6.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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | name: random-fu
version: 0.2.6.2
id: random-fu-0.2.6.2-bc69f668e8bcc49e96276e18352b6305
key: rando_2wElHfHY26B9o1ahmn0EGS
license: PublicDomain
maintainer: Dominic Steinitz <dominic@steinitz.org>
stability: provisional
homepage: https://github.com/mokus0/random-fu
synopsis: Random number generation
description:
Random number generation based on modeling random
variables in two complementary ways: first, by the
parameters of standard mathematical distributions and,
second, by an abstract type ('RVar') which can be
composed and manipulated monadically and sampled in
either monadic or \"pure\" styles.
.
The primary purpose of this library is to support
defining and sampling a wide variety of high quality
random variables. Quality is prioritized over speed,
but performance is an important goal too.
.
In my testing, I have found it capable of speed
comparable to other Haskell libraries, but still
a fair bit slower than straight C implementations of
the same algorithms.
category: Math
author: James Cook <mokus@deepbondi.net>
exposed: True
exposed-modules:
Data.Random Data.Random.Distribution
Data.Random.Distribution.Bernoulli Data.Random.Distribution.Beta
Data.Random.Distribution.Binomial
Data.Random.Distribution.Categorical
Data.Random.Distribution.ChiSquare
Data.Random.Distribution.Dirichlet
Data.Random.Distribution.Exponential
Data.Random.Distribution.StretchedExponential
Data.Random.Distribution.Gamma Data.Random.Distribution.Multinomial
Data.Random.Distribution.Normal Data.Random.Distribution.Pareto
Data.Random.Distribution.Poisson Data.Random.Distribution.Rayleigh
Data.Random.Distribution.T Data.Random.Distribution.Triangular
Data.Random.Distribution.Uniform Data.Random.Distribution.Weibull
Data.Random.Distribution.Ziggurat Data.Random.Internal.Find
Data.Random.Internal.Fixed Data.Random.Internal.TH Data.Random.Lift
Data.Random.List Data.Random.RVar Data.Random.Sample
Data.Random.Vector
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/random-fu-0.2.6.2-2wElHfHY26B9o1ahmn0EGS
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/random-fu-0.2.6.2-2wElHfHY26B9o1ahmn0EGS
data-dir: /usr/share/random-fu
hs-libraries: HSrandom-fu-0.2.6.2-2wElHfHY26B9o1ahmn0EGS
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
erf-2.0.0.0-5d2485f579f0cefbc60eb79a36e00afa
log-domain-0.10.3.1-4ea5d6a40a4e4d4305a97c6a3c21ed7d
math-functions-0.1.5.2-7ad80dc904d5ce354e75f26de3d240cc
monad-loops-0.4.3-c09f684d6c3901ab2092011f2ecaad56
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
random-shuffle-0.0.4-6e0489d8a75b8d24c31cddf870b63191
random-source-0.3.0.6-b68ae6cb40851458f8575ebf05a8f720
rvar-0.2.0.2-d80b077c3a85b10d504336acbadcce57
syb-0.6-d154b8ffa473f7cfcfc32ca4d99f62f7
template-haskell-2.10.0.0-3c4cb52230f347282af9b2817f013181
transformers-0.4.2.0-81450cd8f86b36eaa8fa0cbaf6efc3a3
vector-0.11.0.0-c6a21b92685f6fef26c6c5da6982f3c6
haddock-interfaces: /usr/lib/ghc-doc/haddock/random-fu-0.2.6.2/random-fu.haddock
haddock-html: /usr/share/doc/libghc-random-fu-doc/html/
|