haskell-crypto-conduit: update to version 0.5.3

This commit is contained in:
Peter Simons 2014-04-07 12:43:17 +02:00
parent b5ab38cd74
commit 448d6458a6

View File

@ -1,15 +1,17 @@
{ cabal, cereal, conduit, cryptoApi, cryptocipher { cabal, cereal, conduit, conduitExtra, cryptoApi, cryptocipher
, cryptohashCryptoapi, hspec, skein, transformers , cryptohashCryptoapi, hspec, resourcet, skein, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "crypto-conduit"; pname = "crypto-conduit";
version = "0.5.2.2"; version = "0.5.3";
sha256 = "1969jys4za3m818jvnfcsv5hpc50bcvkrmy9lxr8fz854q01vhk2"; sha256 = "1xvjfkwd4rqlgyz172s2mihfqz1pac84qhc72c4zw1nwadsh6dgl";
buildDepends = [ cereal conduit cryptoApi transformers ]; buildDepends = [
cereal conduit conduitExtra cryptoApi resourcet transformers
];
testDepends = [ testDepends = [
cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec cereal conduit conduitExtra cryptoApi cryptocipher
skein transformers cryptohashCryptoapi hspec skein transformers
]; ];
jailbreak = true; jailbreak = true;
doCheck = false; doCheck = false;