haskell-crypto-conduit: jailbreak for recent versions of crypto-api
This commit is contained in:
parent
3394e55f60
commit
ca6c043312
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue