haskell-crypto-conduit: jailbreak for recent versions of crypto-api
This commit is contained in:
parent
3394e55f60
commit
ca6c043312
@ -11,6 +11,9 @@ cabal.mkDerivation (self: {
|
|||||||
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