2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-07 10:43:32 +00:00
|
|
|
{ cabal, erf, mathFunctions, monadLoops, mtl, randomShuffle
|
|
|
|
, randomSource, rvar, syb, transformers, vector
|
2011-08-09 23:00:20 +00:00
|
|
|
}:
|
2011-03-28 15:03:51 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2011-03-28 15:03:51 +00:00
|
|
|
pname = "random-fu";
|
2014-07-03 15:00:45 +00:00
|
|
|
version = "0.2.6.0";
|
|
|
|
sha256 = "1mi1hr3hxlnyjf01hgn7xinr1m0rax26759zbkhf5xn04ps0g01p";
|
2011-08-09 23:00:20 +00:00
|
|
|
buildDepends = [
|
2014-04-07 10:43:32 +00:00
|
|
|
erf mathFunctions monadLoops mtl randomShuffle randomSource rvar
|
|
|
|
syb transformers vector
|
2011-08-07 20:26:06 +00:00
|
|
|
];
|
2011-03-28 15:03:51 +00:00
|
|
|
meta = {
|
2011-08-07 20:26:06 +00:00
|
|
|
homepage = "https://github.com/mokus0/random-fu";
|
2011-03-28 15:03:51 +00:00
|
|
|
description = "Random number generation";
|
2011-08-07 20:26:06 +00:00
|
|
|
license = self.stdenv.lib.licenses.publicDomain;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-03-28 15:03:51 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|