From 5b13a47e33c570609d7f1f4bbfd18bb565bfd751 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 6 Apr 2024 23:06:40 -0700 Subject: [PATCH] Use released texmath, typst libraries. --- cabal.project | 13 ++++--------- pandoc.cabal | 4 ++-- stack.yaml | 6 ++---- 3 files changed, 8 insertions(+), 15 deletions(-) diff --git a/cabal.project b/cabal.project index 02f522424..bed263556 100644 --- a/cabal.project +++ b/cabal.project @@ -7,12 +7,7 @@ flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1.2, skylighting-format-context >= 0.1.0.2 -source-repository-package - type: git - location: https://github.com/jgm/typst-hs - tag: 926d1c60c80cc9f205e31b7f070835665c2817dd - -source-repository-package - type: git - location: https://github.com/jgm/texmath - tag: 66e747472d87b2379f4224dd8efb5950e3aef966 +-- source-repository-package +-- type: git +-- location: https://github.com/jgm/typst-hs +-- tag: 926d1c60c80cc9f205e31b7f070835665c2817dd diff --git a/pandoc.cabal b/pandoc.cabal index 27bb87e9f..e9de393c1 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -517,7 +517,7 @@ library syb >= 0.1 && < 0.8, tagsoup >= 0.14.6 && < 0.15, temporary >= 1.1 && < 1.4, - texmath >= 0.12.8.7 && < 0.13, + texmath >= 0.12.8.8 && < 0.13, text >= 1.1.1.0 && < 2.2, text-conversions >= 0.3 && < 0.4, time >= 1.5 && < 1.14, @@ -527,7 +527,7 @@ library zip-archive >= 0.4.3.1 && < 0.5, zlib >= 0.5 && < 0.8, xml >= 1.3.12 && < 1.4, - typst >= 0.5.0.2 && < 0.5.1, + typst >= 0.5.0.3 && < 0.5.1, vector >= 0.12 && < 0.14, djot >= 0.1.1.3 && < 0.2, tls >= 2.0.1 && < 2.1, diff --git a/stack.yaml b/stack.yaml index 8e1c8fd8b..ea73a8ae9 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,10 +22,8 @@ extra-deps: - zip-archive-0.4.3.1 - toml-parser-2.0.0.0 - typst-symbols-0.1.6 -- git: https://github.com/jgm/typst-hs - commit: 926d1c60c80cc9f205e31b7f070835665c2817dd -- git: https://github.com/jgm/texmath - commit: 66e747472d87b2379f4224dd8efb5950e3aef966 +- typst-0.5.0.3 +- texmath-0.12.8.8 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules