From 034825faa9b4a1f563e27421438fb77f702203a6 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 7 Dec 2025 19:20:47 -0800 Subject: [PATCH] Add bound on `tagged` (#7888) Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2c9e3514..4a76f355 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -1174,7 +1174,7 @@ packages: - speculation - streams - structs - - tagged + - tagged < 0.8.10 # https://github.com/commercialhaskell/stackage/issues/7888 - tagged-transformer - transformers-compat - trifecta