diff options
| author | John MacFarlane <[email protected]> | 2024-10-04 19:16:20 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-10-04 19:16:20 -0700 |
| commit | a913bf662f08b81091f152da78e2bd374576cebc (patch) | |
| tree | 70a3b0cb65affdc267fd4a4446f4f20e327886fe | |
| parent | 93d745742ddc06871ed7526e324f01506c7020e2 (diff) | |
Use latest releases of texmath, djot.
| -rw-r--r-- | cabal.project | 10 | ||||
| -rw-r--r-- | pandoc.cabal | 4 | ||||
| -rw-r--r-- | stack.yaml | 6 |
3 files changed, 4 insertions, 16 deletions
diff --git a/cabal.project b/cabal.project index d1fdbeea9..af00556f5 100644 --- a/cabal.project +++ b/cabal.project @@ -19,13 +19,3 @@ source-repository-package subdir: commonmark-pandoc tag: 7130ce27089b47588f64946263defc05fd72ab29 -source-repository-package - type: git - location: https://github.com/jgm/djoths - tag: 8582cdc763716489f5d0f7f5cd250199adcccd17 - -source-repository-package - type: git - location: https://github.com/jgm/texmath - tag: d47229b8287aaf781f9663e868507e731d3914bc - diff --git a/pandoc.cabal b/pandoc.cabal index e84026166..38eae034c 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.10 && < 0.13, + texmath >= 0.12.8.11 && < 0.13, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.15, @@ -542,7 +542,7 @@ library xml >= 1.3.12 && < 1.4, typst >= 0.6 && < 0.6.1, vector >= 0.12 && < 0.14, - djot >= 0.1.2.1 && < 0.2, + djot >= 0.1.2.2 && < 0.2, tls >= 2.0.1 && < 2.2, crypton-x509-system >= 1.6.7 && < 1.7 diff --git a/stack.yaml b/stack.yaml index efb65245c..03b7a51aa 100644 --- a/stack.yaml +++ b/stack.yaml @@ -21,13 +21,11 @@ extra-deps: - typst-0.6 - hslua-module-doclayout-1.2.0 - pandoc-lua-marshal-0.2.8 +- djot-0.1.2.2 +- texmath-0.12.8.11 - git: https://github.com/jgm/commonmark-hs subdirs: [commonmark, commonmark-pandoc] commit: 7130ce27089b47588f64946263defc05fd72ab29 -- git: https://github.com/jgm/djoths - commit: 8582cdc763716489f5d0f7f5cd250199adcccd17 -- git: https://github.com/jgm/texmath - commit: d47229b8287aaf781f9663e868507e731d3914bc ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
