diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-18 14:43:47 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-18 14:43:47 +0200 |
commit | 7a2d9a26460ebd09c170eb0c67f5f777e94ffebc (patch) | |
tree | 9e4cd39d389d7fcb32ab28d9a15d7dfe8615ed79 /deb | |
parent | a85e8fe5323dbf6019147d25be91093aba783d0b (diff) | |
download | pandoc-7a2d9a26460ebd09c170eb0c67f5f777e94ffebc.tar.gz |
stack.yaml - use latest pandoc-types.
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 8d060f010..c08ec2db6 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.0.3 +- pandoc-types-1.17.0.4 resolver: lts-7.2 |