haskell-random-shuffle: updated to version 0.0.3
svn path=/nixpkgs/trunk/; revision=31586
This commit is contained in:
parent
bfb2f12099
commit
bae87bb714
@ -1,10 +1,10 @@
|
|||||||
{ cabal, random }:
|
{ cabal, MonadRandom, random }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "random-shuffle";
|
pname = "random-shuffle";
|
||||||
version = "0.0.2";
|
version = "0.0.3";
|
||||||
sha256 = "1csq0ffsqbbv6ymf707nzfb7c9bmykwk9bcgj21mxmh6khlqn9jp";
|
sha256 = "120yh2k1n57vc9mi4dlnvv9dr79qaz4dsbvl3qp3y82mdz8maifw";
|
||||||
buildDepends = [ random ];
|
buildDepends = [ MonadRandom random ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Random shuffle implementation";
|
description = "Random shuffle implementation";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user