From 5e58343562f73d0bbb80e4890d7deb832cb543ae Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 15 Mar 2021 22:46:49 +0100 Subject: [PATCH] Remove hspec-wai-json upper bound, move and bump hspec-wai upper bound for #5940. Closes #5662 --- build-constraints.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index bdc24ba8..e4b2b515 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1024,8 +1024,8 @@ packages: - hspec - hspec-core - hspec-discover - - hspec-wai < 0.11 # https://github.com/commercialhaskell/stackage/issues/5662 - - hspec-wai-json < 0.11 # https://github.com/commercialhaskell/stackage/issues/5662 + - hspec-wai < 0.11.1 # https://github.com/commercialhaskell/stackage/issues/5940 + - hspec-wai-json - aeson-qq - interpolate - doctest < 0.17 # https://github.com/commercialhaskell/stackage/issues/5574