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:
parent
0a52bc5d8e
commit
a07ae64cee
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user