diff options
| author | John MacFarlane <[email protected]> | 2025-05-28 14:50:47 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-05-28 14:50:47 -0700 |
| commit | 3f37b0d2ebb4d9aeb93743f27edd7c1f4e0a142c (patch) | |
| tree | ff7598a835589d18fde7e61797fdc2d5969f5ab3 | |
| parent | 66a6cf39d324c23522426a21b775537523ef89aa (diff) | |
Require texmath 0.12.10.3, typst 0.8.0.1
| -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 54464fa7b..bcda8d505 100644 --- a/cabal.project +++ b/cabal.project @@ -8,13 +8,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3, skylighting-format-context >= 0.1.0.2, -- for now (commercialhaskell/stackage#7545): data-default-class <= 0.2, data-default <= 0.8 - -source-repository-package - type: git - location: https://github.com/jgm/texmath.git - tag: d8919a615620522de4bb61214bc76ac18b4caba3 - -source-repository-package - type: git - location: https://github.com/jgm/typst-hs.git - tag: a02872064accd949bd0e828103b724f34cc398f1 diff --git a/pandoc.cabal b/pandoc.cabal index 56e91443d..43f659bb1 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -536,7 +536,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.10.2 && < 0.13, + texmath >= 0.12.10.3 && < 0.13, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.15, @@ -547,7 +547,7 @@ library zip-archive >= 0.4.3.1 && < 0.5, zlib >= 0.5 && < 0.8, xml >= 1.3.12 && < 1.4, - typst >= 0.8 && < 0.9, + typst >= 0.8.0.1 && < 0.9, vector >= 0.12 && < 0.14, djot >= 0.1.2.2 && < 0.2, tls >= 2.0.1 && < 2.2, diff --git a/stack.yaml b/stack.yaml index f1f1ea6bd..7e8e224d5 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,10 +15,8 @@ extra-deps: - skylighting-format-typst-0.1 - typst-symbols-0.1.8.1 - citeproc-0.9.0.1 -- git: https://github.com/jgm/texmath.git - commit: d8919a615620522de4bb61214bc76ac18b4caba3 -- git: https://github.com/jgm/typst-hs.git - commit: a02872064accd949bd0e828103b724f34cc398f1 +- texmath-0.12.10.3 +- typst-0.8.0.1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-23.22 |
