diff options
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | stack.yaml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 5ae255284..70475568e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -295,7 +295,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 && < 0.10, + texmath >= 0.9.4.1 && < 0.10, xml >= 1.3.12 && < 1.4, random >= 1 && < 1.2, pandoc-types >= 1.17 && < 1.18, diff --git a/stack.yaml b/stack.yaml index d9c6b6714..33a4f5e7e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -9,4 +9,5 @@ packages: extra-deps: - hslua-0.5.0 - skylighting-0.3.3 +- texmath-0.9.4.1 resolver: lts-8.16 |