haskell-crypto-conduit: update to version 0.5.2.2
This commit is contained in:
parent
db6155cc88
commit
9bb83a560d
@ -4,16 +4,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "crypto-conduit";
|
pname = "crypto-conduit";
|
||||||
version = "0.5.2.1";
|
version = "0.5.2.2";
|
||||||
sha256 = "1i9m4pzy4ib9n941zlh398idmxcjak2496c4c73i8bmikryahl8p";
|
sha256 = "1969jys4za3m818jvnfcsv5hpc50bcvkrmy9lxr8fz854q01vhk2";
|
||||||
buildDepends = [ cereal conduit cryptoApi transformers ];
|
buildDepends = [ cereal conduit cryptoApi transformers ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec
|
cereal conduit cryptoApi cryptocipher cryptohashCryptoapi hspec
|
||||||
skein transformers
|
skein transformers
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|crypto-api >=.*|crypto-api|' crypto-conduit.cabal
|
|
||||||
'';
|
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user