John MacFarlane
1166d331a5
More stack.yaml tweaks.
2024-09-10 09:15:24 -07:00
John MacFarlane
2d299b085f
stack.yaml - add crypton-connection to work with tls 2.1.
2024-09-10 08:18:05 -07:00
John MacFarlane
31d3406972
stack.yaml - remove unneeded line.
2024-09-09 22:21:38 -07:00
John MacFarlane
85515aee24
Update stack.yaml.
2024-09-09 22:20:28 -07:00
John MacFarlane
343f0a0752
Use released skylighting-core, skylighting.
2024-09-09 20:18:56 -07:00
John MacFarlane
836de16e3b
Use released versions of typst, texmath.
2024-09-09 18:25:31 -07:00
John MacFarlane
a6df5d70ba
stack.yaml - depend on latest hslua-module-doclayout.
2024-09-09 10:30:33 -07:00
John MacFarlane
2edda1e6f0
stack.yaml - fix duplicate packages.
2024-09-09 09:11:57 -07:00
John MacFarlane
08a5ef6080
Use released (Hackage revision) hslua-module-doclayout.
2024-09-09 08:58:34 -07:00
John MacFarlane
6cbb0d322a
Fix stack.yaml syntax.
2024-09-09 08:49:52 -07:00
John MacFarlane
a256f007cf
Depend on doclayout 0.5.
2024-09-09 08:18:28 -07:00
John MacFarlane
7b74f7b909
Use released doclayout.
2024-09-08 23:26:47 -07:00
Evan Silberman
9821407262
Use dev doclayout, stack.yaml edition
2024-09-02 11:09:08 -07:00
John MacFarlane
9a778e01cc
Revert "Bump tls version in stack.yaml."
...
This reverts commit ad69e03dd4 .
crypton-connection isn't compatible with the latest tls.
2024-07-28 16:52:12 -07:00
John MacFarlane
ad69e03dd4
Bump tls version in stack.yaml.
2024-07-28 14:16:19 -07:00
John MacFarlane
d34430e1e5
Use released typst 0.5.0.5.
2024-07-28 13:34:12 -07:00
John MacFarlane
51f3da649c
Use dev version of typst-hs.
...
Fixes parsing of equations like `$1.$`.
2024-06-29 10:30:28 -06:00
John MacFarlane
d0e77eb576
stack.yaml - bump versions for tls, toml-parser
2024-06-24 12:44:09 -07:00
John MacFarlane
8f91958f47
Use typst 0.5.0.4.
2024-06-24 11:47:02 -07:00
John MacFarlane
8bdea3f331
Use djot 0.1.2.1.
2024-06-24 11:47:02 -07:00
John MacFarlane
c5efa6b600
Use citeproc 0.8.1.1.
2024-06-24 11:47:02 -07:00
John MacFarlane
45568ad069
Add skylighting to stack.yaml.
2024-06-24 10:02:00 -07:00
John MacFarlane
532bbc875b
Use latest commonmark-extensions.
...
This fixes `auto_identifiers` and `ascii_auto_identifiers`
extensions so that they substitute aliases for emojis,
as documented.
See #9876 .
2024-06-17 19:57:33 -07:00
John MacFarlane
80ad2f09d3
Use latest emojis release.
2024-06-17 18:52:18 -07:00
John MacFarlane
97b3056f4e
Make gfm_auto_identifiers work as advertised.
...
It is supposed to replace emojis with their aliases,
but previously this only worked when the emojis were
in a specially marked span.
Note that this change doesn't affect `commonmark` (or `gfm`)
because the relevant code is in commonmark-hs. This will also
need updating.
See #9876 .
2024-06-17 13:41:31 -07:00
Albert Krewinkel
b91d3beaff
stack.yaml: bump resolver to lts-22.24.
...
This shortens the list of extra-deps.
2024-06-09 16:30:33 +02:00
John MacFarlane
d43a92ebdc
Use latest dev citeproc.
2024-06-03 11:02:16 -07:00
John MacFarlane
f98f3b141d
Use latest dev version of citeproc.
2024-05-31 13:03:55 -06:00
John MacFarlane
a057d409c4
Update stack.yaml to use dev dependencies for typst, djot.
2024-05-31 10:49:42 -06:00
John MacFarlane
1cdda054de
Bump tls and zip-archive in stack.yaml, update README.md.
2024-05-11 12:31:00 -07:00
John MacFarlane
7349bed982
Use new releases texmath, skylighting, djot
2024-05-10 23:50:28 -07:00
Albert Krewinkel
ddc66cad0b
Lua: update to pandoc-lua-marshal version 0.2.7.
...
This fixes counterintuitive behavior of the `content` property on
BulletList and OrderedList items. Unmarshalling of that field now
matches the behavior of the constructor.
Fixes : #8916
2024-05-06 17:06:43 +02:00
Albert Krewinkel
0f29d8195e
Lua: use hslua-module-zip-1.1.3 to fix the windows build
2024-05-05 21:16:31 +02:00
Albert Krewinkel
018922d10f
Lua: use newest zip module.
...
This adds a `symlink` function to Entry objects, allowing to check if an
entry represents a symbolic link.
2024-05-05 17:54:33 +02:00
John MacFarlane
ad6b9dd974
Use dev version of djot.
2024-04-14 09:48:30 -07:00
John MacFarlane
4b5409acf2
Use dev version of texmath.
2024-04-10 12:28:57 -07:00
John MacFarlane
af338be45b
Bump tls version in stack.yaml
2024-04-06 23:26:06 -07:00
John MacFarlane
5b13a47e33
Use released texmath, typst libraries.
2024-04-06 23:06:52 -07:00
John MacFarlane
6ee03849aa
Use current dev version of texmath.
2024-03-30 19:32:07 -07:00
Albert Krewinkel
2792d218b1
Require pandoc-lua-marshal 0.2.6
...
Fixes an issue arising when the value of `content` properties
on *BlockQuote*, *Figure*, and *Div* elements was an empty list.
Fixes : #9613
2024-03-29 19:03:05 +01:00
John MacFarlane
4c55471851
Fix typo in stack.yaml.
2024-03-21 11:49:21 -07:00
John MacFarlane
1ce61fbd7f
stack.yaml - use typst-symbols 0.1.6.
2024-03-21 11:00:05 -07:00
John MacFarlane
59ebf84137
Use dev texmath and typst-hs.
2024-03-21 09:59:23 -07:00
John MacFarlane
98d65232b9
Use djot 0.1.1.3
2024-03-17 18:19:40 -07:00
John MacFarlane
b617992cc9
stack.yaml: add toml-parser.
2024-03-14 22:03:13 -07:00
John MacFarlane
9208e24cb3
Depend on released skylighting, typst, texmath
2024-03-14 13:49:51 -07:00
John MacFarlane
b2b04a2f1c
Use djot 0.1.1.2, update tests.
...
djot 0.1.1.1 was horribly buggy and dropped content after lists.
2024-03-14 10:11:04 -07:00
John MacFarlane
32280fd919
Use latest commonmark, commonmark-extensions.
...
This fixes a 3.12 regression in parsing of commonmark/gfm autolinks
(jgm/commonmark-hs#151 ).
2024-03-11 11:11:22 -07:00
John MacFarlane
eca9ad1009
Use dev version of doclayout.
2024-03-09 08:52:52 -08:00
John MacFarlane
b15e938304
Use latest zip-archive release.
2024-03-09 08:50:09 -08:00