From b4b4e32307499aafa2e6c1c713ee41f1c787ea76 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 15 Dec 2020 23:45:34 -0800 Subject: Properly handle boolean values in writing YAML metadata. (Markdown writer.) This requires doctemplates >= 0.9. Closes #6388. --- stack.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index ef0bc7a83..7c1bde8ae 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,7 +16,10 @@ extra-deps: - commonmark-0.1.1.2 - commonmark-extensions-0.2.0.4 - commonmark-pandoc-0.2.0.1 -- doctemplates-0.8.3 +# - doctemplates-0.8.3 +- doctemplates: + git: https://github.com/jgm/doctemplates.git + commit: 6cb8d09264f7c1f4b59ac67ff98b1a664a85e36a - citeproc-0.2.0.1 # - citeproc: # git: https://github.com/jgm/citeproc.git -- cgit v1.2.3