diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-12 13:25:56 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-12 13:25:56 -0800 |
commit | 9ce70291c89cb34a4dbaeb27f94c26e6611cc6b1 (patch) | |
tree | fe19148dfa5b54942eaa37b6292c603d765c5520 | |
parent | d6a4c70ef8c9a8f19a123a10e9570af66831180e (diff) | |
download | pandoc-9ce70291c89cb34a4dbaeb27f94c26e6611cc6b1.tar.gz |
stack.yaml - use latest pandoc-types.
-rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index d034f7265..4e0f80ec2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -9,7 +9,7 @@ packages: - '.' - location: git: 'https://github.com/jgm/pandoc-types' - commit: 8aba9332f56fd23bc3c06065193abe5ace3e70b4 + commit: 7b471a3d129efd8155f6cdcb2f2b58b5605df0fc extra-dep: true - location: git: 'https://github.com/jgm/texmath' |