haskell-asn1-encoding: disable test suite to work around build errors on Linux/i686

https://github.com/vincenthz/hs-asn1/issues/12
This commit is contained in:
Peter Simons 2014-10-21 11:48:04 +02:00
parent 50be0d5447
commit 114a84e751

View File

@ -10,6 +10,7 @@ cabal.mkDerivation (self: {
testDepends = [
asn1Types hourglass mtl tasty tastyQuickcheck text
];
doCheck = false;
meta = {
homepage = "http://github.com/vincenthz/hs-asn1";
description = "ASN1 data reader and writer in RAW, BER and DER forms";