haskell-x509: disable broken test suite to fix the build
https://github.com/vincenthz/hs-certificate/issues/35
This commit is contained in:
parent
3f6de398ae
commit
882e660997
@ -18,6 +18,7 @@ cabal.mkDerivation (self: {
|
|||||||
asn1Types cryptoPubkeyTypes HUnit mtl QuickCheck testFramework
|
asn1Types cryptoPubkeyTypes HUnit mtl QuickCheck testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 time
|
testFrameworkHunit testFrameworkQuickcheck2 time
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-certificate";
|
homepage = "http://github.com/vincenthz/hs-certificate";
|
||||||
description = "X509 reader and writer";
|
description = "X509 reader and writer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user