haskell-random-fu: update to version 0.2.6.1

This commit is contained in:
Peter Simons 2014-09-20 14:26:16 +02:00
parent b85511a86d
commit 2f21c72199

View file

@ -1,16 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, erf, mathFunctions, monadLoops, mtl, randomShuffle { cabal, erf, logfloat, mathFunctions, monadLoops, mtl
, randomSource, rvar, syb, transformers, vector , randomShuffle, randomSource, rvar, syb, transformers, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "random-fu"; pname = "random-fu";
version = "0.2.6.0"; version = "0.2.6.1";
sha256 = "1mi1hr3hxlnyjf01hgn7xinr1m0rax26759zbkhf5xn04ps0g01p"; sha256 = "04fi92szpjyg0ffgxfayz00vpiqi67hzyahhin12wvw3pxbyyp9g";
buildDepends = [ buildDepends = [
erf mathFunctions monadLoops mtl randomShuffle randomSource rvar erf logfloat mathFunctions monadLoops mtl randomShuffle
syb transformers vector randomSource rvar syb transformers vector
]; ];
meta = { meta = {
homepage = "https://github.com/mokus0/random-fu"; homepage = "https://github.com/mokus0/random-fu";