From 861b3d9b343a5b1f328a765c319157a95c246b86 Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Sun, 23 Jun 2024 22:11:39 -0700 Subject: [PATCH] Add upper bound for tasty, #7459 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6c4a4535..16b34451 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8486,6 +8486,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7457 - text-builder-dev < 0.3.4.3 + # https://github.com/commercialhaskell/stackage/issues/7459 + - tasty < 1.5.1 + # end of Stackage upper bounds # end of packages