haskell-punycode: disable the test suite

The test suite runs for 20+ minutes on my EeePC. That seems a little excessive.
This commit is contained in:
Peter Simons 2013-03-13 13:36:56 +01:00
parent 0a52bc5d8e
commit a07ae64cee

View File

@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "192jgfixnpxdj6jiiz92kx5bi6ij3c389b76q9f4vyfmvcajj1sr";
buildDepends = [ cereal mtl text ];
testDepends = [ cereal encoding HUnit mtl QuickCheck text ];
doCheck = false;
meta = {
homepage = "https://github.com/litherum/punycode";
description = "Encode unicode strings to ascii forms according to RFC 3492";