2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-03 09:34:42 +00:00
|
|
|
{ cabal, byteable, HUnit, QuickCheck, tasty, tastyHunit
|
|
|
|
, tastyQuickcheck
|
2013-02-24 21:09:07 +00:00
|
|
|
}:
|
2011-08-07 22:51:22 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 22:51:22 +00:00
|
|
|
pname = "cryptohash";
|
2014-06-20 13:05:44 +00:00
|
|
|
version = "0.11.6";
|
|
|
|
sha256 = "0dyzcaxr8vhzqq9hj4240rxpi87h4ps87yz09klz723shls26f6s";
|
2013-09-02 11:20:16 +00:00
|
|
|
buildDepends = [ byteable ];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
2014-06-03 09:34:42 +00:00
|
|
|
byteable HUnit QuickCheck tasty tastyHunit tastyQuickcheck
|
2013-02-24 21:09:07 +00:00
|
|
|
];
|
2011-08-07 22:51:22 +00:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/vincenthz/hs-cryptohash";
|
|
|
|
description = "collection of crypto hashes, fast, pure and practical";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 22:51:22 +00:00
|
|
|
};
|
|
|
|
})
|