haskell-cprng-aes: update to version 0.3.0

This commit is contained in:
Peter Simons 2012-12-03 16:11:04 +01:00
parent 57631b141e
commit 8afc31a740

View File

@ -1,13 +1,11 @@
{ cabal, cereal, cipherAes, cryptoApi, cryptocipher, entropy { cabal, cipherAes, cryptoApi, cryptoRandomApi, entropy, random }:
, random
}:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cprng-aes"; pname = "cprng-aes";
version = "0.2.4"; version = "0.3.0";
sha256 = "0rk14yj76p5a1h6jlz4q2fgijjid430lwcr57zkkda8mdibqqs5j"; sha256 = "1a8imapda8k0rf0bvag1iin66f2r97pfgip7dkvpvmdkp3j1212h";
buildDepends = [ buildDepends = [
cereal cipherAes cryptoApi cryptocipher entropy random cipherAes cryptoApi cryptoRandomApi entropy random
]; ];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-cprng-aes"; homepage = "http://github.com/vincenthz/hs-cprng-aes";