Merge pull request #2501 from bennofs/wreq-disable-check

haskell-wreq: disable check phase, it requires network
This commit is contained in:
Peter Simons 2014-05-04 22:36:09 +02:00
commit 950393924f

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";