diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-22 15:36:23 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-22 15:36:41 +0100 |
commit | 0e68c559555a8450efe43850bb2dbad1a0d99d83 (patch) | |
tree | 0193504f2b3e30741547c71357d457ce525f64f9 | |
parent | 286b320fb0d473bbaaeef552272faf229bb804a3 (diff) | |
download | pandoc-0e68c559555a8450efe43850bb2dbad1a0d99d83.tar.gz |
stack.yaml: Use texmath-0.9.4.
-rw-r--r-- | stack.pkg.yaml | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stack.pkg.yaml b/stack.pkg.yaml index 01217744e..a0ca9f52c 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -20,5 +20,5 @@ packages: extra-deps: - hslua-aeson-0.1.0.2 - skylighting-0.3.1 -- texmath-0.9.3 +- texmath-0.9.4 resolver: lts-8.4 diff --git a/stack.yaml b/stack.yaml index 1cee6bbe9..d32fdf30d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,5 +10,5 @@ packages: extra-deps: - hslua-aeson-0.1.0.2 - skylighting-0.3.1 -- texmath-0.9.3 +- texmath-0.9.4 resolver: lts-8.4 |