haskell-RSA: disable the test suite (which runs for >1 hour)

https://github.com/GaloisInc/RSA/issues/9
This commit is contained in:
Peter Simons 2014-01-08 16:51:24 +01:00
parent 2cf90950c0
commit 8c3498d032

View File

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
binary cryptoApi cryptoPubkeyTypes DRBG pureMD5 QuickCheck SHA
tagged testFramework testFrameworkQuickcheck2
];
doCheck = false;
meta = {
description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1.";
license = self.stdenv.lib.licenses.bsd3;