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 6bbcb3240..37a01c333 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -385,7 +385,7 @@ library safe >= 0.3 && < 0.4, zip-archive >= 0.2.3.4 && < 0.5, HTTP >= 4000.0.5 && < 4000.4, - texmath >= 0.11.2.2 && < 0.12, + texmath >= 0.11.2.3 && < 0.12, xml >= 1.3.12 && < 1.4, split >= 0.2 && < 0.3, random >= 1 && < 1.2, diff --git a/stack.yaml b/stack.yaml index 9d969bd3c..10f69b5b3 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,6 +15,7 @@ extra-deps: - git: https://github.com/jgm/pandoc-citeproc commit: 860788f105cc9b3fec2ab062d993b7aebd68c9c0 - pandoc-types-1.17.6.1 +- texmath-0.11.2.3 - doclayout-0.1 - HsYAML-0.2.0.0 - HsYAML-aeson-0.2.0.0 |