From 35b891f5918eb18808558fa47fcf853ac51b2b47 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 19 Jan 2026 19:26:33 -0800 Subject: [PATCH] Add a bound on `dotparse` due to #7916 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index d5b70101..6b669422 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7864,6 +7864,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7931 - algebraic-graphs < 0.8 + + # https://github.com/commercialhaskell/stackage/issues/7916 + - dotparse < 0.1.4 # end of Stackage upper bounds # end of packages