aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.pkg.yaml1
-rw-r--r--stack.yaml1
3 files changed, 3 insertions, 1 deletions
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