haskell-RSA: disable the test suite (which runs for >1 hour)
https://github.com/GaloisInc/RSA/issues/9
This commit is contained in:
parent
2cf90950c0
commit
8c3498d032
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
|||||||
binary cryptoApi cryptoPubkeyTypes DRBG pureMD5 QuickCheck SHA
|
binary cryptoApi cryptoPubkeyTypes DRBG pureMD5 QuickCheck SHA
|
||||||
tagged testFramework testFrameworkQuickcheck2
|
tagged testFramework testFrameworkQuickcheck2
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1.";
|
description = "Implementation of RSA, using the padding schemes of PKCS#1 v2.1.";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user