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:
parent
50be0d5447
commit
114a84e751
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user