From e22b03dcf5cefe3239ca77f565b395bc295e4932 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 19 May 2021 20:45:06 -0500 Subject: [PATCH] Group hspec-junit-formatter's upper bound with hspec We'll need to unblock them together. Related to #6024 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b7013eb0..dd66213b 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5231,6 +5231,7 @@ packages: - hspec-core < 2.8 - hspec-discover < 2.8 - tasty-hspec < 1.1.7 # 1.1.7 re-exports cause breaks? + - hspec-junit-formatter < 1.0.1.0 # https://github.com/commercialhaskell/stackage/issues/6024 # https://github.com/commercialhaskell/stackage/issues/6012 - texmath < 0.12.3 @@ -5239,9 +5240,6 @@ 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