haskell-packages.nix: added converge library, required by random-fu

svn path=/nixpkgs/trunk/; revision=28292
This commit is contained in:
Peter Simons
2011-08-07 20:25:53 +00:00
parent 45a194d0c6
commit 9acaf72e69
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{cabal} :
cabal.mkDerivation (self : {
pname = "converge";
version = "0.1";
sha256 = "01n5xnzb769rflgzk1f2v2y3yik9q2cmpq3b2pw68pxl1z3qfvpw";
meta = {
homepage = "/dev/null";
description = "Limit operations for converging sequences";
license = self.stdenv.lib.licenses.publicDomain;
};
})