nixpkgs/pkgs/development/libraries/haskell/SHA/default.nix
Andres Löh 934b429725 Updated gitit plus dependencies.
svn path=/nixpkgs/trunk/; revision=21108
2010-04-15 21:10:06 +00:00

13 lines
306 B
Nix

{cabal, binary}:
cabal.mkDerivation (self : {
pname = "SHA";
version = "1.4.1.1";
sha256 = "8ecdc91679d1aa1d4050e1124cf5af79ae2ece66aee3b907e1078d71bf03169a";
propagatedBuildInputs = [binary];
meta = {
description = "Implementations of the SHA suite of message digest functions";
};
})