haskell-tls: disable 'doCheck' to avoid build errors

Tests/Tests.hs:41:0:
     error: missing binary operator before token "("
This commit is contained in:
Peter Simons 2013-02-24 23:33:12 +01:00
parent 36700ed68f
commit 924efa3aaa

View File

@ -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)";