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