From 7e9a2694c1823e7753b7c54c020acf2f3f7df4ae Mon Sep 17 00:00:00 2001 From: Chris Dornan Date: Mon, 31 May 2021 13:57:45 +0100 Subject: [PATCH] pandoc-2.14 (fixes #6053) --- build-constraints.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index c948a397..ec196430 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2992,11 +2992,11 @@ packages: - doclayout - doctemplates - emojis - - pandoc + - pandoc < 2.14 # https://github.com/commercialhaskell/stackage/issues/6053 - citeproc - - commonmark - - commonmark-extensions - - commonmark-pandoc + - commonmark < 0.2 + - commonmark-extensions < 0.2.1 + - commonmark-pandoc < 0.2.1 - HsYAML-aeson - ipynb #< 0 # via aeson-diff