/var/lib/ghc/package.conf.d/random-fu-0.2.7.0.conf is in libghc-random-fu-dev 0.2.7.0-3build7.
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.7.0
id: random-fu-0.2.7.0-1K0mZs2QuXM13oMYKKfHn5
key: random-fu-0.2.7.0-1K0mZs2QuXM13oMYKKfHn5
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.Simplex 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
abi: 271492fd3179fb713608eaf801653e16
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/random-fu-0.2.7.0-1K0mZs2QuXM13oMYKKfHn5
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/random-fu-0.2.7.0-1K0mZs2QuXM13oMYKKfHn5
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/random-fu
hs-libraries: HSrandom-fu-0.2.7.0-1K0mZs2QuXM13oMYKKfHn5
depends:
base-4.9.1.0 erf-2.0.0.0-IIRFGBpxAWtA7x6vFkIoaV
log-domain-0.11.2-8yNjULalezd2DRZfxmCMgd
math-functions-0.2.1.0-KPr6PZcLbtiGnQNnW2g0oV
monad-loops-0.4.3-ERCN4ZKCeeS5SRhwqXsLBP
mtl-2.2.1-BLKBelFsPB3BoFeSWSOYj6
random-shuffle-0.0.4-2kYxDomgHmKIaKWYphBLTR
random-source-0.3.0.6-32seVecnyDjHBgXaKFfskb
rvar-0.2.0.3-EEQA7DISJ5FDwvGitkVTuL syb-0.7-4OKdCpwGutyB1rNRmoa0ya
template-haskell-2.11.1.0 transformers-0.5.2.0
vector-0.12.0.1-692PQMDMB6pIQ1uGwefDcQ
haddock-interfaces: /usr/lib/ghc-doc/haddock/random-fu-0.2.7.0/random-fu.haddock
haddock-html: /usr/share/doc/libghc-random-fu-doc/html/
|