2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-11-22 15:59:32 +00:00
|
|
|
{ cabal, binary }:
|
2009-07-13 12:36:50 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-13 12:36:50 +01:00
|
|
|
pname = "SHA";
|
2014-06-20 14:05:41 +01:00
|
|
|
version = "1.6.4.1";
|
|
|
|
sha256 = "03fwpl8hrl9q197w8v1glqi5g1d51c7hz4m8zi5s8x1yvpbwcfvl";
|
2011-08-10 00:00:20 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-11-22 15:59:32 +00:00
|
|
|
buildDepends = [ binary ];
|
2009-07-13 12:36:50 +01:00
|
|
|
meta = {
|
|
|
|
description = "Implementations of the SHA suite of message digest functions";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-07-13 12:36:50 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|