mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
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: {
|
||||
pname = "random-shuffle";
|
||||
version = "0.0.2";
|
||||
sha256 = "1csq0ffsqbbv6ymf707nzfb7c9bmykwk9bcgj21mxmh6khlqn9jp";
|
||||
buildDepends = [ random ];
|
||||
version = "0.0.3";
|
||||
sha256 = "120yh2k1n57vc9mi4dlnvv9dr79qaz4dsbvl3qp3y82mdz8maifw";
|
||||
buildDepends = [ MonadRandom random ];
|
||||
meta = {
|
||||
description = "Random shuffle implementation";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user