From e27ca497c681c36ae9b526839efd82cde34aba7e Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Mon, 29 Jul 2024 06:33:03 -0700 Subject: [PATCH] More bounds for #7495 Signed-off-by: Mihai Maruseac --- build-constraints.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 67a291985..c21644442 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3416,7 +3416,7 @@ packages: - doclayout - doctemplates - emojis - - pandoc < 3.3 # https://github.com/commercialhaskell/stackage/issues/7495 + - pandoc - pandoc-cli - pandoc-server - citeproc @@ -8469,6 +8469,12 @@ packages: # https://github.com/commercialhaskell/stackage/issues/7486 - text-rope < 0.3 + + # https://github.com/commercialhaskell/stackage/issues/7495 + - pandoc < 3.3 + - pandoc-cli < 3.3 + - pandoc-lua-engine < 0.3.1 + - pandoc-server < 0.1.0.7 # end of Stackage upper bounds # end of packages