From 4a87b4eb097e7af59bfbe1d6fa3e9ef9d2a3ee31 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Wed, 12 May 2021 21:58:50 +0200 Subject: [PATCH] hspec-* < 2.8 for #6010 --- build-constraints.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 979b55f0..315627db 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6956,6 +6956,11 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6009 - hspec-golden < 0.2 # https://github.com/commercialhaskell/stackage/issues/6003 - stackcollapse-ghc < 0.0.1.4 + + # https://github.com/commercialhaskell/stackage/issues/6010 + - hspec < 2.8 + - hspec-core < 2.8 + - hspec-discover < 2.8 # end of packages # Package flags are applied to individual packages, and override the values of @@ -7916,10 +7921,10 @@ expected-test-failures: # https://github.com/kcsongor/generic-lens/issues/133 - generic-optics - + # https://github.com/haskell-servant/servant-elm/issues/62 - servant-elm - + # end of expected-test-failures # Benchmarks which are known not to build. Note that, currently we do not run @@ -7981,7 +7986,7 @@ expected-haddock-failures: # https://github.com/egison/egison/issues/251 - egison - + # https://github.com/koalaman/shellcheck/issues/2216 - ShellCheck