diff options
| author | John MacFarlane <[email protected]> | 2024-12-07 13:21:59 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-12-07 13:21:59 -0800 |
| commit | 379e0e6b6d832a01d7edbc8da60220a3dfe5b152 (patch) | |
| tree | 63b5f7fbcbeea0522f12e6abf9ee331d3c837d31 | |
| parent | 809b7da7ca9113455ae7f48c98dacdf01b6c9f30 (diff) | |
Depend on texmath 0.12.8.12
| -rw-r--r-- | cabal.project | 5 | ||||
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 2 |
3 files changed, 1 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project index 28047a163..54126dde2 100644 --- a/cabal.project +++ b/cabal.project @@ -16,11 +16,6 @@ source-repository-package source-repository-package type: git - location: https://github.com/jgm/texmath.git - tag: 721bb5c85cae0bd0f1584dfc7a62c60cbf0427e0 - -source-repository-package - type: git location: https://github.com/pandoc/pandoc-lua-marshal.git tag: 2dc58d431bb3e4d55999db03c470fbf32970b3d5 diff --git a/pandoc.cabal b/pandoc.cabal index c15e42068..4ff5cecfc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -530,7 +530,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.8.11 && < 0.13, + texmath >= 0.12.8.12 && < 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 1f1846543..5fb7bb63b 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,8 +23,6 @@ extra-deps: - git: https://github.com/jgm/skylighting.git commit: 2b6876018a903207c7a9093c5c63b00a4d0980be subdirs: [skylighting-core, skylighting-format-blaze-html] -- git: https://github.com/jgm/texmath.git - commit: 721bb5c85cae0bd0f1584dfc7a62c60cbf0427e0 - git: https://github.com/jgm/typst-hs.git commit: 5a50154c958d09c06fd884dcc4519403f7904bc1 - git: https://github.com/pandoc/pandoc-lua-marshal |
