haskell-crypto-numbers: disable the test suite to avoid spurious build failures

https://github.com/vincenthz/hs-crypto-numbers/issues/8
This commit is contained in:
Peter Simons 2014-06-12 10:32:11 +02:00
parent 23869e0006
commit 187e480329

View file

@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
byteable cryptoRandom HUnit QuickCheck testFramework
testFrameworkHunit testFrameworkQuickcheck2 vector
];
doCheck = false;
meta = {
homepage = "http://github.com/vincenthz/hs-crypto-numbers";
description = "Cryptographic numbers: functions and algorithms";