mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
Use released texmath, typst libraries.
This commit is contained in:
+4
-9
@@ -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
|
||||
|
||||
+2
-2
@@ -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,
|
||||
|
||||
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user