diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-03-02 16:29:59 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-03-02 16:29:59 -0800 |
commit | 3eb50cc2e99a7a1cfe0334d88fe9d3398b5e3531 (patch) | |
tree | bb768587a47313200d0a1c5504b0d93b54107d4e | |
parent | 4ef0e13c474de94419a938852c40ddc152a35376 (diff) | |
download | pandoc-3eb50cc2e99a7a1cfe0334d88fe9d3398b5e3531.tar.gz |
Require texmath 0.11.2.1
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 4d957f2cd..51b2944f6 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -370,7 +370,7 @@ library safe >= 0.3 && < 0.4, zip-archive >= 0.2.3.4 && < 0.5, HTTP >= 4000.0.5 && < 4000.4, - texmath >= 0.11 && < 0.12, + texmath >= 0.11.2.1 && < 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 1f56b6765..921ad0c83 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ extra-deps: - skylighting-0.7.7 - skylighting-core-0.7.7 - ipynb-0.1 -- texmath-0.11.2 +- texmath-0.11.2.1 ghc-options: "$locals": -fhide-source-paths -XNoImplicitPrelude resolver: lts-13.9 |