haskell-crypto-conduit: update to version 0.5.3
This commit is contained in:
parent
b5ab38cd74
commit
448d6458a6
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user