From 992657efaa233c8ebcc2e5b87cc328fe419afca0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 1 Nov 2020 10:44:23 -0800 Subject: Use latest commonmark, commonmark-extensions. This fixes a bug with nested blocks in footnotes with the `footnote` extension to `commonmark`. See jgm/commonmark-hs#63. --- stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index 96e85dd87..5a1df2212 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,8 +19,8 @@ extra-deps: - HsYAML-0.2.1.0 - HsYAML-aeson-0.2.0.0 - doctemplates-0.8.2 -- commonmark-0.1.0.2 -- commonmark-extensions-0.2.0.1 +- commonmark-0.1.1 +- commonmark-extensions-0.2.0.2 - commonmark-pandoc-0.2.0.1 - git: https://github.com/jgm/citeproc commit: 1860f189e9995c1dc27a68893bedfbf8de1ee67f -- cgit v1.2.3