haskell-random-fu: updated to version 0.2
svn path=/nixpkgs/trunk/; revision=28295
This commit is contained in:
parent
79e8468117
commit
6738bc8e93
@ -1,17 +1,22 @@
|
|||||||
{cabal, erf, mtl, mersenneRandomPure64, monadLoops, MonadPrompt,
|
{cabal, erf, gamma, monadLoops, mtl, randomShuffle, randomSource,
|
||||||
mwcRandom, randomShuffle, stateref, tagged, vector, syb}:
|
rvar, syb, transformers, vector} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "random-fu";
|
pname = "random-fu";
|
||||||
version = "0.1.3";
|
version = "0.2";
|
||||||
sha256 = "1l7czlll6y02m5xzdky95m78806gnj5y3nk3cxs5zqgxwskq73bk";
|
sha256 = "1w5bqhhh07xr377whgfbzn57p77j8ng5nmy2rx8qnqyw8smlkxzm";
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs = [
|
||||||
[erf mtl mersenneRandomPure64 monadLoops MonadPrompt
|
erf gamma monadLoops mtl randomShuffle randomSource rvar syb
|
||||||
mwcRandom randomShuffle stateref tagged vector syb];
|
transformers vector
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "https://github.com/mokus0/random-fu";
|
||||||
description = "Random number generation";
|
description = "Random number generation";
|
||||||
license = "Public Domain";
|
license = self.stdenv.lib.licenses.publicDomain;
|
||||||
maintainers = [self.stdenv.lib.maintainers.andres];
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user