From 96e40a2f21277e08eab494de025c17c4e0498429 Mon Sep 17 00:00:00 2001 From: jkachmar Date: Fri, 13 Jul 2018 01:13:35 -0400 Subject: [PATCH] Unblocks hpack test failures sol/hpack#302 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index e265fce0..69b2a8a2 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1118,7 +1118,7 @@ packages: - ghc-events < 0 # build failure with GHC 8.4 - monad-extras - optparse-simple - - hpack + - hpack < 0.29.1 # test failures sol/hpack#302 - bindings-uname - stack < 9.9.9 # see https://github.com/fpco/stackage/issues/3563