haskell-tls: disable 'doCheck' to avoid build errors
Tests/Tests.hs:41:0: error: missing binary operator before token "("
This commit is contained in:
parent
34b48b6c3b
commit
d440431d19
@ -15,6 +15,7 @@ cabal.mkDerivation (self: {
|
||||
cereal certificate cprngAes cryptoPubkey cryptoRandomApi mtl
|
||||
QuickCheck testFramework testFrameworkQuickcheck2 time
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-tls";
|
||||
description = "TLS/SSL protocol native implementation (Server and Client)";
|
||||
|
Loading…
Reference in New Issue
Block a user