From fb0cfc7211a904d8c1f4b720b0f5e30c97c5223a Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 19 Oct 2025 16:27:19 -0700 Subject: [PATCH] Add bound on `citeproc`, for #7863 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 164a5e03..819b2ef9 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7931,6 +7931,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7862 - parallel < 3.3 + + # https://github.com/commercialhaskell/stackage/issues/7863 + - citeproc < 0.11 # end of Stackage upper bounds # end of packages