From 07832406e13b4c7f24517a7013e7b727eb59c33a Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Mon, 19 Jul 2021 14:59:12 -0500 Subject: [PATCH] Add an upper bound for pandoc, #6128 --- build-constraints.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 10bad74c..30e50510 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6694,18 +6694,17 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6122 - mmorph < 1.2 - # https://github.com/commercialhaskell/stackage/issues/6125 - - citeproc < 0.4.1 - - # https://github.com/commercialhaskell/stackage/issues/6126 - - doctemplates < 0.10 - # https://github.com/commercialhaskell/stackage/issues/6127 - polysemy-video < 0.2 + # https://github.com/commercialhaskell/stackage/issues/6125 + - citeproc < 0.4.1 + # https://github.com/commercialhaskell/stackage/issues/6126 + - doctemplates < 0.10 # https://github.com/commercialhaskell/stackage/issues/6128 - skylighting < 0.11 - skylighting-core < 0.11 + - pandoc < 2.14.1 # end of packages