haskell-wreq: disable check phase, it requires network

This commit is contained in:
Benno Fünfstück 2014-05-04 21:37:28 +02:00
parent 35d2c4b741
commit 49d62325ea

View file

@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
aeson doctest filepath httpClient httpTypes HUnit lens temporary
testFramework testFrameworkHunit text
];
doCheck = false;
meta = {
homepage = "http://www.serpentine.com/wreq";
description = "An easy-to-use HTTP client library";