haskell-wreq: disable check phase, it requires network
This commit is contained in:
parent
35d2c4b741
commit
49d62325ea
|
@ -17,6 +17,7 @@ cabal.mkDerivation (self: {
|
||||||
aeson doctest filepath httpClient httpTypes HUnit lens temporary
|
aeson doctest filepath httpClient httpTypes HUnit lens temporary
|
||||||
testFramework testFrameworkHunit text
|
testFramework testFrameworkHunit text
|
||||||
];
|
];
|
||||||
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.serpentine.com/wreq";
|
homepage = "http://www.serpentine.com/wreq";
|
||||||
description = "An easy-to-use HTTP client library";
|
description = "An easy-to-use HTTP client library";
|
||||||
|
|
Loading…
Reference in New Issue