From d7a11f9d386033cd8cf7cea01a5165cd555619da Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 8 Oct 2019 00:30:02 +0800 Subject: [PATCH] http-conduit < 2.3.7.2 (snoyberg/http-client#415) need bump for warp upperbound --- build-constraints.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f5b129dc..165e3bf2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5604,6 +5604,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4897 - vec < 0.2 + + # https://github.com/snoyberg/http-client/issues/415 + - http-conduit < 2.3.7.2 # end of packages # Package flags are applied to individual packages, and override the values of @@ -6794,7 +6797,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 +- http-conduit-2.3.7.3 # 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: