From 25f24af0688c846b8b3193c42592cd651923ea9f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 3 Nov 2017 23:26:37 -0700 Subject: Use texmath 0.10. --- pandoc.cabal | 2 +- stack.pkg.yaml | 1 + stack.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 2742aeb22..b8e207458 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -310,7 +310,7 @@ library safe >= 0.3 && < 0.4, zip-archive >= 0.2.3.4 && < 0.4, HTTP >= 4000.0.5 && < 4000.4, - texmath >= 0.9.4.1 && < 0.10, + texmath >= 0.10 && < 0.11, xml >= 1.3.12 && < 1.4, split >= 0.2 && < 0.3, random >= 1 && < 1.2, diff --git a/stack.pkg.yaml b/stack.pkg.yaml index c531e1f0f..5d154b26b 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -16,6 +16,7 @@ extra-deps: - pandoc-types-1.17.2 - hslua-0.9.2 - skylighting-0.4.3.1 +- texmath-0.10 - cmark-gfm-0.1.1 - QuickCheck-2.10.0.1 - tasty-quickcheck-0.9.1 diff --git a/stack.yaml b/stack.yaml index da386a0d4..e024d86ce 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,6 +10,7 @@ extra-deps: - pandoc-types-1.17.2 - hslua-0.9.2 - skylighting-0.4.3.1 +- texmath-0.10 - cmark-gfm-0.1.1 - QuickCheck-2.10.0.1 - tasty-quickcheck-0.9.1 -- cgit v1.2.3