From 2c85a8091f67b5e9f607bbd4aa59a621fc1cc2cf Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 26 Sep 2020 07:15:04 -0700 Subject: [PATCH] Upper bound `hspec-wai{,-json}` (#5662) --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 798eb241..83578135 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -992,8 +992,8 @@ packages: - hspec - hspec-core - hspec-discover - - hspec-wai - - hspec-wai-json + - hspec-wai < 0.11 # https://github.com/commercialhaskell/stackage/issues/5662 + - hspec-wai-json < 0.11 # https://github.com/commercialhaskell/stackage/issues/5662 - aeson-qq - interpolate - doctest < 0.17 # https://github.com/commercialhaskell/stackage/issues/5574