diff options
| author | John MacFarlane <[email protected]> | 2025-11-30 17:41:56 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-30 17:41:56 +0100 |
| commit | 7e2bd987ae07b1357eac0227557b0221f6e286a9 (patch) | |
| tree | 7851eebad5d02a65b682d1d9663027679f23fb8f | |
| parent | d6a6332729729b63b0d2a685ed929aef045b0645 (diff) | |
Use released texmath 0.13.0.2.
| -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 c6ccf6691..0bf73b34e 100644 --- a/cabal.project +++ b/cabal.project @@ -9,11 +9,6 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, source-repository-package type: git - location: https://github.com/jgm/texmath.git - tag: 110322589698df20abf3f3a06c070271802ea598 - -source-repository-package - type: git location: https://github.com/jgm/djoths.git tag: 7dc8da53fc092d2d4d91f5f0988840f4faf90368 diff --git a/pandoc.cabal b/pandoc.cabal index ef8dbae73..0015ebd9e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -555,7 +555,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.13.0.1 && < 0.14, + texmath >= 0.13.0.2 && < 0.14, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.16, diff --git a/stack.yaml b/stack.yaml index 3737e45b2..b3f7a6488 100644 --- a/stack.yaml +++ b/stack.yaml @@ -16,8 +16,7 @@ extra-deps: - typst-symbols-0.1.9.1 - citeproc-0.12 - typst-0.8.1 -- git: https://github.com/jgm/texmath.git - commit: 110322589698df20abf3f3a06c070271802ea598 +- texmath-0.13.0.2 - git: https://github.com/jgm/djoths.git commit: 7dc8da53fc092d2d4d91f5f0988840f4faf90368 - git: https://github.com/jgm/asciidoc-hs.git |
