Added random-fu plus dependencies.

(Unfortunately doesn't compile yet with ghc-7.)

svn path=/nixpkgs/trunk/; revision=26569
This commit is contained in:
Andres Löh
2011-03-28 15:03:51 +00:00
parent ed10cda58d
commit 127a2fc8e0
9 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "random-shuffle";
version = "0.0.2";
sha256 = "1csq0ffsqbbv6ymf707nzfb7c9bmykwk9bcgj21mxmh6khlqn9jp";
meta = {
description = "Random shuffle implementation";
license = "BSD";
maintainers = [self.stdenv.lib.maintainers.andres];
};
})