haskell-crypto-conduit: disable 'doCheck' to avoid test suite build errors
This commit is contained in:
parent
2399599a70
commit
606d867a60
@ -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)";
|
||||
|
Loading…
Reference in New Issue
Block a user