Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, MonadRandom, random }:
|
||||
{ cabal, Cabal, MonadRandom, random }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "random-shuffle";
|
||||
version = "0.0.3";
|
||||
sha256 = "120yh2k1n57vc9mi4dlnvv9dr79qaz4dsbvl3qp3y82mdz8maifw";
|
||||
buildDepends = [ MonadRandom random ];
|
||||
buildDepends = [ Cabal MonadRandom random ];
|
||||
meta = {
|
||||
description = "Random shuffle implementation";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user