Added SHA for Haskell.
svn path=/nixpkgs/trunk/; revision=16335
This commit is contained in:
parent
1bc6e5c847
commit
66b32c4b66
12
pkgs/development/libraries/haskell/SHA/default.nix
Normal file
12
pkgs/development/libraries/haskell/SHA/default.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{cabal, binary}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self : {
|
||||||
|
pname = "SHA";
|
||||||
|
version = "1.4.0";
|
||||||
|
sha256 = "7f08042fddadd8e3795d627a042d1884b33e066ab67d03b6de92551a4ad9fc7d";
|
||||||
|
propagatedBuildInputs = [binary];
|
||||||
|
meta = {
|
||||||
|
description = "Implementations of the SHA suite of message digest functions";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
@ -312,6 +312,10 @@ rec {
|
|||||||
inherit (pkgs) SDL;
|
inherit (pkgs) SDL;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SHA = import ../development/libraries/haskell/SHA {
|
||||||
|
inherit cabal binary;
|
||||||
|
};
|
||||||
|
|
||||||
Shellac = import ../development/libraries/haskell/Shellac/Shellac.nix {
|
Shellac = import ../development/libraries/haskell/Shellac/Shellac.nix {
|
||||||
inherit cabal mtl;
|
inherit cabal mtl;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user