haskell-crypto-conduit: disable 'doCheck' to avoid test suite build errors

This commit is contained in:
Peter Simons 2013-02-25 00:49:27 +01:00
parent 45d6e82c48
commit 2a5028bcc4

View File

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