aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-11-19 22:41:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-11-19 23:14:23 -0800
commit244cd5644b44f43722530379138bd7bb9cbace9b (patch)
tree771cf6688ca92dc054616318372e6759fb594587 /stack.yaml
parent1ad296dc69d0e901ce26d446b57758feea5a52c6 (diff)
parent08243d53a68239fe60fdcb59ee71f6562b16f5c7 (diff)
downloadpandoc-244cd5644b44f43722530379138bd7bb9cbace9b.tar.gz
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb21-new-image-attributes
* Bumped version to 1.16. * Added Attr field to Link and Image. * Added `common_link_attributes` extension. * Updated readers for link attributes. * Updated writers for link attributes. * Updated tests * Updated stack.yaml to build against unreleased versions of pandoc-types and texmath. * Fixed various compiler warnings. Closes #261. TODO: * Relative (percentage) image widths in docx writer. * ODT/OpenDocument writer (untested, same issue about percentage widths). * Update pandoc-citeproc.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index 5e6e71e95..9f5838c6f 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -7,5 +7,13 @@ flags:
network-uri: true
packages:
- '.'
+- location:
+ git: 'https://github.com/jgm/pandoc-types'
+ commit: c64eb383dce64396290aa815351ddb6e43cb6b0f
+ extra-dep: true
+- location:
+ git: 'https://github.com/jgm/texmath'
+ commit: a716e9b5d8c1634847db2c1119e60836634569bf
+ extra-dep: true
extra-deps: []
resolver: lts-3.13