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 73b4546fa8
commit 471362de95

View File

@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
skein transformers
];
doCheck = false;
jailbreak = true;
meta = {
homepage = "https://github.com/meteficha/crypto-conduit";
description = "Conduit interface for cryptographic operations (from crypto-api)";