3
0
Fork 0
forked from mirrors/nixpkgs

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 2399599a70
commit 606d867a60

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)";