From 6c7616826faa31295ae3f3cfebb290f1838f86a5 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sat, 1 Aug 2020 13:37:07 -0700 Subject: [PATCH] Restore initial bound for `tasty` --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index be316957..d442a1ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4878,7 +4878,7 @@ packages: "Stackage upper bounds": # https://github.com/commercialhaskell/stackage/issues/5348 - - tasty < 1.3.1 + - tasty < 1.3 - tasty-golden # 2.3.3.3 # https://github.com/commercialhaskell/stackage/issues/5349