From 91938e811e2752570f517137ed66c4ecbed4aaf1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 4 Sep 2025 12:32:49 +0800 Subject: [PATCH] citeproc < 0.10 and texmath < 0.13 (#7833) --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b2d7236a..4cd0fd78 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8045,6 +8045,10 @@ packages: - generic-lens < 2.3 - generic-lens-core < 2.3 - generic-optics < 2.3 + + # https://github.com/commercialhaskell/stackage/issues/7833 + - citeproc < 0.10 + - texmath < 0.13 # end of Stackage upper bounds # end of packages