From 629eb5453784298316531d7a4d076f0a578a7c68 Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Sun, 24 Oct 2021 20:12:14 -0700 Subject: [PATCH] Update `pandoc` related bounds. Fix #6203` --- build-constraints.yaml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index a58a75a8..aaa13ac7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -6744,19 +6744,17 @@ packages: - jose < 0.9 # https://github.com/commercialhaskell/stackage/issues/6251 - # citeproc < 0.6 - # hslua < 2.0.0 - # hslua-module-doclayout < 1.0.0 - # hslua-module-path < 1.0.0 - # hslua-module-system < 1.0.0 - # hslua-module-text < 1.0.0 - # hslua-module-version < 1.0.0 - # pandoc < 2.15 - # tasty-lua < 1.0.0 - # https://github.com/commercialhaskell/stackage/issues/6203 - # skylighting < 0.12 - # skylighting-core < 0.12 - + - citeproc < 0.6 + - hslua < 2.0.0 + - hslua-module-doclayout < 1.0.0 + - hslua-module-path < 1.0.0 + - hslua-module-system < 1.0.0 + - hslua-module-text < 1.0.0 + - hslua-module-version < 1.0.0 + - pandoc < 2.15 + - skylighting < 0.12 + - skylighting-core < 0.12 + - tasty-lua < 1.0.0 # end of packages