haskell-cryptocipher: update to version 0.5.0

This commit is contained in:
Peter Simons 2013-04-30 14:10:57 +02:00
parent ee291973cf
commit 9e28ed89d1

View File

@ -1,17 +1,16 @@
{ cabal, cereal, cipherAes, cipherRc4, cpu, cryptoApi, cryptohash { cabal, cereal, cipherAes, cipherRc4, cpu, cryptoApi, cryptohash
, cryptoPubkeyTypes, entropy, primitive, QuickCheck, tagged , entropy, primitive, QuickCheck, testFramework
, testFramework, testFrameworkQuickcheck2, vector , testFrameworkQuickcheck2, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cryptocipher"; pname = "cryptocipher";
version = "0.4.0"; version = "0.5.0";
sha256 = "1qbnhzbzypin7h62sn2sibij7clsgmaiq24q3xhgbjrirb6bhqf0"; sha256 = "16gqsy23y3g9089ng94124g5pvc4d0vnh2r47ii789f8j96062nd";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
cereal cipherAes cipherRc4 cpu cryptoApi cryptoPubkeyTypes cereal cipherAes cipherRc4 cpu cryptoApi primitive vector
primitive tagged vector
]; ];
testDepends = [ testDepends = [
cryptoApi cryptohash entropy QuickCheck testFramework cryptoApi cryptohash entropy QuickCheck testFramework