haskell-js-jquery: disable the test suite

... which wants to access the network.
This commit is contained in:
Peter Simons 2014-11-18 22:50:22 +01:00
parent eec64bffd0
commit f587079dcb

View File

@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
version = "1.11.1";
sha256 = "0k4hrpxsc48nanr2zw6jcirirsarlshycx7d5hzqqv9jfhy1i88d";
testDepends = [ HTTP ];
doCheck = false;
meta = {
homepage = "https://github.com/ndmitchell/js-jquery#readme";
description = "Obtain minified jQuery code";