forked from mirrors/nixpkgs
haskell-random-fu: update to version 0.2.6.1
This commit is contained in:
parent
b85511a86d
commit
2f21c72199
|
@ -1,16 +1,16 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, erf, mathFunctions, monadLoops, mtl, randomShuffle
|
||||
, randomSource, rvar, syb, transformers, vector
|
||||
{ cabal, erf, logfloat, mathFunctions, monadLoops, mtl
|
||||
, randomShuffle, randomSource, rvar, syb, transformers, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "random-fu";
|
||||
version = "0.2.6.0";
|
||||
sha256 = "1mi1hr3hxlnyjf01hgn7xinr1m0rax26759zbkhf5xn04ps0g01p";
|
||||
version = "0.2.6.1";
|
||||
sha256 = "04fi92szpjyg0ffgxfayz00vpiqi67hzyahhin12wvw3pxbyyp9g";
|
||||
buildDepends = [
|
||||
erf mathFunctions monadLoops mtl randomShuffle randomSource rvar
|
||||
syb transformers vector
|
||||
erf logfloat mathFunctions monadLoops mtl randomShuffle
|
||||
randomSource rvar syb transformers vector
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/mokus0/random-fu";
|
||||
|
|
Loading…
Reference in a new issue