aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)Author
2023-12-04Use dev commonmark-extensions, commonmark-pandoc.John MacFarlane
2023-12-04Use skylighting, skylighting-core 0.14.1.John MacFarlane
2023-12-04Revert "Use latest dev skylighting, skylighting-core."John MacFarlane
This reverts commit 780f4f569c3862cf8c33983271b44f348ab4e220.
2023-12-04Use latest dev skylighting, skylighting-core.John MacFarlane
2023-11-29Use latest dev typst-hs.John MacFarlane
2023-11-07Update to latest dev typst-hs.John MacFarlane
2023-11-07Use dev version of typst-hs.John MacFarlane
2023-10-27Require commonmark-extensions 0.2.4.John MacFarlane
2023-10-27Require latest commonmark 0.2.4.John MacFarlane
2023-10-27Require latest texmath 0.12.8.4.John MacFarlane
2023-10-27stack.yaml - require latest typstJohn MacFarlane
2023-09-28stack.yaml: require lpeg-1.1.0Albert Krewinkel
2023-09-13stack.yaml - add commonmark-extensions.John MacFarlane
2023-09-13Use latest texmath.John MacFarlane
This should improve math in powerpoint, fixing empty boxes around roots in some cases.
2023-09-08Remove extra tls in stack.yaml.John MacFarlane
2023-09-08Update tls version in stack.yaml.John MacFarlane
2023-09-08Depend on released texmath 0.12.8.2.John MacFarlane
2023-09-06Depend on dev texmath.John MacFarlane
Closes #9063.
2023-08-27Use latest skylighting-format-blaze-html.John MacFarlane
This works around a longstanding iOS Safari bug that caused long lines to be displayed in a different font size in highlighted code. Closes #7248.
2023-08-26Allow skylighting 0.14 (and require it in pandoc core).John MacFarlane
2023-08-22stack.yaml - update tls version.John MacFarlane
2023-08-22Use lastest texmath, typst-symbols, typst.John MacFarlane
Targets typst 0.7.
2023-08-18Use dev texmath, update stack.yaml resolver.John MacFarlane
2023-08-06Bump dates, update dependencies.John MacFarlane
2023-08-06Use released pandoc-types 1.23.1.John MacFarlane
2023-08-04Use dev pandoc-types.John MacFarlane
This fixes a regression with toJSONFilter, which in 1.23.0.1 no longer worked on pure values of type `a -> [a]`. Closes #8976.
2023-07-20Fix typo in stack.yaml.3.1.6John MacFarlane
2023-07-20Fix spurious skylighting entry in stack.yaml.John MacFarlane
2023-07-20Use released skylighting, typst.John MacFarlane
2023-07-19Use latest dev typst-hs.John MacFarlane
2023-07-19Use latest dev skyligting-core and typst.John MacFarlane
2023-07-12Allow latest commonmark-extensions.John MacFarlane
This allows entities in wikilinks.
2023-07-07Fix build (transitive dep not in lts) (#8945)hseg
Commit 921b0949f4400af2e602982806e48222b7611bd9 bumped the skylighting-core version, which requires a newer version of xml-conduit than is available in lts-21.0. Bump the version in stack.yaml
2023-07-06Remove redundant lines in stack.yamlJohn MacFarlane
2023-07-06Use released typst 0.3.0.0.John MacFarlane
2023-07-06Depend on released skylighting 0.13.4.John MacFarlane
2023-07-06Use released pandoc-types.John MacFarlane
2023-07-06Use latest dev typst-hs.John MacFarlane
2023-07-06Add typst reader tests.John MacFarlane
Closes #8942.
2023-07-06Use latest dev typst-hsJohn MacFarlane
2023-07-05Use latest dev typst-hs.John MacFarlane
2023-07-05Update typst-hs revision.John MacFarlane
2023-07-05Use latest dev typst-hsJohn MacFarlane
2023-07-04Use latest dev typst-hs.John MacFarlane
2023-07-04stack.ymal - add toml-parser (dep of typst-hs).John MacFarlane
2023-07-04stack.yaml: update typst-symbols version.John MacFarlane
2023-07-04Use latest dev typst-hs.John MacFarlane
2023-07-04Use latest dev typst-hs.John MacFarlane
2023-07-03Get things working with latest dev version of typst.John MacFarlane
This supports package loading (as long as the package has been cached or is local).
2023-06-30Fix stack.yaml again!John MacFarlane