mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
Require texmath 0.12.10.3, typst 0.8.0.1
This commit is contained in:
@@ -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
|
||||
|
||||
+2
-2
@@ -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,
|
||||
|
||||
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user