From 43a957afe8806c02e582c1c4dbd093492280f1ec Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Fri, 10 Feb 2023 14:51:54 -0800 Subject: [PATCH] add constraint "pandoc < 3.1" per #6883 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 40584a67..a662ae29 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -7794,6 +7794,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/6882 - fast-logger < 3.2.0 + # https://github.com/commercialhaskell/stackage/issues/6883 + - pandoc < 3.1 + # end of packages # Package flags are applied to individual packages, and override the values of