diff options
| author | John MacFarlane <[email protected]> | 2025-04-29 14:51:45 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-04-29 14:51:45 -0700 |
| commit | bd43f4ec93a0277b02008d60dec8660d6032f6fe (patch) | |
| tree | a242efba4f46b1443f4e9ba3ef0a60e6090d39e4 | |
| parent | 7f9c776b978458a467a83f662cf8d55620c87acd (diff) | |
Use released texmath 0.12.10.
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
3 files changed, 2 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project index 1c49ac92f..c3a1ed0e9 100644 --- a/cabal.project +++ b/cabal.project @@ -13,8 +13,3 @@ source-repository-package type: git location: https://github.com/jgm/citeproc.git tag: cf5542df8f21085bbfd794eaa5cc40abc605637b - -source-repository-package - type: git - location: https://github.com/jgm/texmath.git - tag: aa0cffc32fd6d3d9e0f219b8583141de99b54a36 diff --git a/pandoc.cabal b/pandoc.cabal index b064658d0..f9e0d8911 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -535,7 +535,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.9 && < 0.13, + texmath >= 0.12.10 && < 0.13, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.15, diff --git a/stack.yaml b/stack.yaml index 0f1a1afa8..7a8161eef 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,10 +16,9 @@ extra-deps: - commonmark-extensions-0.2.6 - commonmark-pandoc-0.2.3 - typst-0.7 +- texmath-0.12.10 - git: https://github.com/jgm/citeproc.git commit: cf5542df8f21085bbfd794eaa5cc40abc605637b -- git: https://github.com/jgm/texmath.git - commit: aa0cffc32fd6d3d9e0f219b8583141de99b54a36 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
