From 7a4808bc8a26928646ff699189e81eb4722e6447 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 7 Oct 2019 23:28:50 +0800 Subject: [PATCH] http-conduit network3 flag not available yet (snoyberg/http-client#415) --- build-constraints.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 857f209a..f5b129dc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5709,10 +5709,6 @@ package-flags: hsdev: docs: false - - http-conduit: - # https://github.com/snoyberg/http-client/issues/415 - network3: true # end of package-flags # Special configure options for individual packages @@ -6284,6 +6280,7 @@ expected-test-failures: - haskell-tools-builtin-refactorings - hoopl # https://github.com/haskell/hoopl/issues/50 - hspec-expectations-pretty-diff # GHC 8 issue not reported upstream since issue tracker disabled + - http-conduit # https://github.com/snoyberg/http-client/issues/415 - hweblib # https://github.com/aycanirican/hweblib/issues/3 - libraft # https://github.com/commercialhaskell/stackage/issues/4337#issuecomment-462465921 - multiset # doctests require Glob, a hidden package @@ -6797,6 +6794,7 @@ tell-me-when-its-released: - point-octree-0.5.5.3 # re-enable test and then we can resolve https://github.com/fpco/lts-haskell/issues/27 - yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876 - exp-pairs-0.2.0.0 # remove from expected-test-failures, https://github.com/Bodigrim/exp-pairs/issues/16 +- http-conduit-2.3.7.2 # add network3 flag for expected-test-failures https://github.com/snoyberg/http-client/issues/415 # Packages which should be hidden after registering, to avoid module name # conflicts. This is intended for at least two use cases: