diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-07 10:42:18 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-07 10:42:18 +0100 |
commit | e07e83f83177095651b201f489855baafeec49c2 (patch) | |
tree | d426bb86f68bd25854a736232c0d4f05f227ab02 | |
parent | 0d9cac7ed6d9ffe912c049f8dd414d864f2004e8 (diff) | |
download | pandoc-e07e83f83177095651b201f489855baafeec49c2.tar.gz |
Update dev version of pandoc-citeproc in stack.yaml.
-rw-r--r-- | deb/stack.yaml | 2 | ||||
-rw-r--r-- | macos/stack.yaml | 2 | ||||
-rw-r--r-- | windows/stack.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 1796236dc..28edec7a4 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -15,7 +15,7 @@ packages: - '..' - location: git: https://github.com/jgm/pandoc-citeproc.git - commit: 9c8e86cf16fc3188836a15ee76d5b70c5315bdb8 + commit: 46fcc8c265a66c6341913dc999fa157f211707c4 extra-dep: true extra-deps: - texmath-0.9 diff --git a/macos/stack.yaml b/macos/stack.yaml index e37eb3f3a..260f2dfea 100644 --- a/macos/stack.yaml +++ b/macos/stack.yaml @@ -18,7 +18,7 @@ packages: - '..' - location: git: https://github.com/jgm/pandoc-citeproc.git - commit: 9c8e86cf16fc3188836a15ee76d5b70c5315bdb8 + commit: 46fcc8c265a66c6341913dc999fa157f211707c4 extra-dep: true extra-deps: - texmath-0.9 diff --git a/windows/stack.yaml b/windows/stack.yaml index dc21329d8..28edec7a4 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -15,7 +15,7 @@ packages: - '..' - location: git: https://github.com/jgm/pandoc-citeproc.git - commit: cebeadd1efdbdd4d3059a25386c239530a73f106 + commit: 46fcc8c265a66c6341913dc999fa157f211707c4 extra-dep: true extra-deps: - texmath-0.9 |