forked from mirrors/nixpkgs
haskell-tf-random: update to version 0.5
This commit is contained in:
parent
37b804f7df
commit
9b2b87379c
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tf-random";
|
pname = "tf-random";
|
||||||
version = "0.4";
|
version = "0.5";
|
||||||
sha256 = "0yi7699zswpsn9a39ccqkyd0117sppjnqggclnhs1wm7ql1glc27";
|
sha256 = "0445r2nns6009fmq0xbfpyv7jpzwv0snccjdg7hwj4xk4z0cwc1f";
|
||||||
buildDepends = [ primitive random time ];
|
buildDepends = [ primitive random time ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "High-quality splittable pseudorandom number generator";
|
description = "High-quality splittable pseudorandom number generator";
|
||||||
|
|
Loading…
Reference in a new issue