diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-12-18 09:48:34 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-12-18 09:49:09 -0800 |
commit | bc947a4496404fb9bacaf459d048937c0e3f6c25 (patch) | |
tree | 9a58cc8fc53ea8c43b36f03f30e91efc8b026ef7 | |
parent | 7a70b87facffe5f2daaaa58af9fadad89b81a9e9 (diff) | |
download | pandoc-bc947a4496404fb9bacaf459d048937c0e3f6c25.tar.gz |
Use latest doctemplates, commonmark-extensions in stack.yaml.
-rw-r--r-- | stack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index 730a13da9..14e81063c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -9,7 +9,7 @@ packages: extra-deps: - skylighting-core-0.12.1 - skylighting-0.12.1 -- doctemplates-0.10 +- doctemplates-0.10.0.1 - emojis-0.1.2 - doclayout-0.3.1.1 - lpeg-1.0.1 @@ -28,7 +28,7 @@ extra-deps: - tasty-lua-1.0.0 - pandoc-types-1.22.1 - commonmark-0.2.1.1 -- commonmark-extensions-0.2.2 +- commonmark-extensions-0.2.2.1 - citeproc-0.6 - aeson-pretty-0.8.9 - unicode-transforms-0.4.0 |