blob: 0cc6e4f40dc2484ff0cfe0a9fe0277a5dad55b88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
From: hololeap <hololeap@protonmail.com>
Signed-off-by: hololeap <hololeap@protonmail.com>
Disable tests that depend on network access
diff -urN http-client-0.7.10/http-client.cabal http-client-0.7.10-r1/http-client.cabal
--- http-client-0.7.10/http-client.cabal 2022-01-20 19:39:19.388814780 -0700
+++ http-client-0.7.10-r1/http-client.cabal 2022-01-20 19:39:58.298814799 -0700
@@ -104,6 +104,7 @@
, zlib
, async
, streaming-commons >= 0.1.1
+ buildable: False
test-suite spec-nonet
|