2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-24 21:09:07 +00:00
|
|
|
{ cabal, cereal, cryptoApi, filepath, hspec, tagged }:
|
2011-09-21 17:46:59 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "skein";
|
2014-02-19 10:11:37 +00:00
|
|
|
version = "1.0.9";
|
|
|
|
sha256 = "08hy40c0gzlalrpmgcvhc1v51a44idipamjjbh7zzwsvbxmp1cbb";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ cereal cryptoApi tagged ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [ cereal cryptoApi filepath hspec tagged ];
|
2013-08-14 09:21:33 +01:00
|
|
|
jailbreak = true;
|
2011-09-21 17:46:59 +01:00
|
|
|
meta = {
|
2012-04-23 10:34:01 +01:00
|
|
|
homepage = "https://github.com/meteficha/skein";
|
2013-10-16 16:09:26 +01:00
|
|
|
description = "Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.";
|
2011-09-21 17:46:59 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|