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:
parent
23869e0006
commit
187e480329
@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
|
|||||||
byteable cryptoRandom HUnit QuickCheck testFramework
|
byteable cryptoRandom HUnit QuickCheck testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 vector
|
testFrameworkHunit testFrameworkQuickcheck2 vector
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-crypto-numbers";
|
homepage = "http://github.com/vincenthz/hs-crypto-numbers";
|
||||||
description = "Cryptographic numbers: functions and algorithms";
|
description = "Cryptographic numbers: functions and algorithms";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user