haskell-packages.nix: added converge library, required by random-fu
svn path=/nixpkgs/trunk/; revision=28292
This commit is contained in:
12
pkgs/development/libraries/haskell/converge/default.nix
Executable file
12
pkgs/development/libraries/haskell/converge/default.nix
Executable 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;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user