haskell-cprng-aes: update to version 0.2.4

This commit is contained in:
Peter Simons 2012-08-28 12:37:14 +02:00
parent e01aa340f6
commit 5bddcc2f21

View File

@ -1,10 +1,14 @@
{ cabal, cereal, cryptoApi, cryptocipher, entropy, random }:
{ cabal, cereal, cipherAes, cryptoApi, cryptocipher, entropy
, random
}:
cabal.mkDerivation (self: {
pname = "cprng-aes";
version = "0.2.3";
sha256 = "1xyphzb3afvw7kpgq3b0c86b45rp5a8s870gag1lp7h686lhfnn3";
buildDepends = [ cereal cryptoApi cryptocipher entropy random ];
version = "0.2.4";
sha256 = "0rk14yj76p5a1h6jlz4q2fgijjid430lwcr57zkkda8mdibqqs5j";
buildDepends = [
cereal cipherAes cryptoApi cryptocipher entropy random
];
meta = {
homepage = "http://github.com/vincenthz/hs-cprng-aes";
description = "Crypto Pseudo Random Number Generator using AES in counter mode";