diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-17 09:57:55 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-17 09:57:55 +0200 |
commit | e298dc206541ccc5150403e6ab4d4dbc40790791 (patch) | |
tree | eb03c9495c8362c470a5e59c375f18073c74606c /deb | |
parent | 8625ff21a92baa2a4c210b80d2e24897041b32ad (diff) | |
download | pandoc-e298dc206541ccc5150403e6ab4d4dbc40790791.tar.gz |
BUmp pandoc-types version in stack.yamls.
Diffstat (limited to 'deb')
-rw-r--r-- | deb/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 1b1227704..105759985 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -17,5 +17,5 @@ extra-deps: - pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 - texmath-0.8.6.6 -- pandoc-types-1.17 +- pandoc-types-1.17.0.1 resolver: lts-7.2 |