diff options
-rw-r--r-- | deb/stack.yaml | 2 | ||||
-rw-r--r-- | osx/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 bd52e7711..828da5a0b 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -15,7 +15,7 @@ packages: - '..' - location: git: https://github.com/jgm/pandoc-citeproc.git - commit: 6810dfbd1a5e87b5857923ae6150ead46c137fc4 + commit: 9c8e86cf16fc3188836a15ee76d5b70c5315bdb8 extra-dep: true extra-deps: - texmath-0.9 diff --git a/osx/stack.yaml b/osx/stack.yaml index 9ec232fe8..c2062eff8 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -18,7 +18,7 @@ packages: - '..' - location: git: https://github.com/jgm/pandoc-citeproc.git - commit: 6810dfbd1a5e87b5857923ae6150ead46c137fc4 + commit: 9c8e86cf16fc3188836a15ee76d5b70c5315bdb8 extra-dep: true extra-deps: - texmath-0.9 diff --git a/windows/stack.yaml b/windows/stack.yaml index bd52e7711..828da5a0b 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -15,7 +15,7 @@ packages: - '..' - location: git: https://github.com/jgm/pandoc-citeproc.git - commit: 6810dfbd1a5e87b5857923ae6150ead46c137fc4 + commit: 9c8e86cf16fc3188836a15ee76d5b70c5315bdb8 extra-dep: true extra-deps: - texmath-0.9 |