haskell-crypto-conduit: jailbreak for recent versions of crypto-api

This commit is contained in:
Peter Simons 2014-01-03 12:46:36 +01:00
parent 3394e55f60
commit ca6c043312

View file

@ -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 = {