Files
gentoo/dev-haskell/http-client/files/http-client-0.7.10-disable-net-tests.patch
matoro 4879a51e5b dev-haskell/http-client: add 0.7.11
Signed-off-by: matoro <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
2022-07-22 22:15:20 +00:00

17 lines
558 B
Diff

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