From 9b4c2b8879de0bd557f46acf239eeaf36e2b879b Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 18 May 2021 19:47:18 -0500 Subject: [PATCH] Add an upper bound for hspec-junit-formatter, #6024 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a5e5408..dbe3b8fc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5236,6 +5236,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6020 - call-stack < 0.4.0 + # https://github.com/commercialhaskell/stackage/issues/6024 + - hspec-junit-formatter < 1.0.1.0 + # end of packages