diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-16 22:18:03 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-16 22:18:03 +0200 |
commit | 8625ff21a92baa2a4c210b80d2e24897041b32ad (patch) | |
tree | 4e2f9f9d75a78f12602c98b2ad68de1f7b0b8c64 /deb | |
parent | bd1dcd6fe849f51cfef4cd08554898303773aafb (diff) | |
download | pandoc-8625ff21a92baa2a4c210b80d2e24897041b32ad.tar.gz |
Update stack.yamls to use pandoc-types 1.17 release.
Diffstat (limited to 'deb')
-rw-r--r-- | deb/stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 76f0ae5df..1b1227704 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -17,4 +17,5 @@ extra-deps: - pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 - texmath-0.8.6.6 +- pandoc-types-1.17 resolver: lts-7.2 |