haskell-crypto-conduit: jailbreak to fix build with recent version of crypto-api

This commit is contained in:
Peter Simons 2013-04-24 13:16:44 +02:00
parent f0d5323e5f
commit 12f6308a01

View File

@ -12,6 +12,9 @@ cabal.mkDerivation (self: {
skein transformers
];
doCheck = false;
patchPhase = ''
sed -i -e 's|crypto-api >= 0.9 && < 0.12|crypto-api >= 0.9|' crypto-conduit.cabal
'';
meta = {
homepage = "https://github.com/meteficha/crypto-conduit";
description = "Conduit interface for cryptographic operations (from crypto-api)";