From 08cfd19fc9d9f8f3c4eb8c0adb540c1a25038b5c Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 8 Dec 2024 19:02:08 +0530 Subject: [PATCH] bound pandoc < 3.6 and dependencies (#7600) --- build-constraints.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6889684d8..fc8a53528 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8008,9 +8008,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7539 - extra < 1.8 - # https://github.com/commercialhaskell/stackage/issues/7541 - - typst-symbols < 0.1.7 - # https://github.com/commercialhaskell/stackage/issues/7545 - data-default < 0.8 - force-layout < 0.4.1 @@ -8050,6 +8047,14 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7594 - tagged < 0.8.9 + # https://github.com/commercialhaskell/stackage/issues/7600 + - pandoc < 3.6 + - pandoc-cli < 3.6 + - pandoc-lua-engine < 0.4 + - typst < 0.6.1 + - pandoc-lua-marshal < 0.3 + - typst-symbols < 0.1.7 + - texmath < 0.12.8.12 # end of Stackage upper bounds # end of packages