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
|
||||
skein transformers
|
||||
];
|
||||
patchPhase = ''
|
||||
sed -i -e 's|crypto-api >=.*|crypto-api|' crypto-conduit.cabal
|
||||
'';
|
||||
jailbreak = true;
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user