haskell-x509: disable broken test suite to fix the build

https://github.com/vincenthz/hs-certificate/issues/35
This commit is contained in:
Peter Simons 2014-10-19 15:10:02 +02:00
parent 3f6de398ae
commit 882e660997

View File

@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
asn1Types cryptoPubkeyTypes HUnit mtl QuickCheck testFramework
testFrameworkHunit testFrameworkQuickcheck2 time
];
doCheck = false;
meta = {
homepage = "http://github.com/vincenthz/hs-certificate";
description = "X509 reader and writer";