diff options
-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 |