diff options
| author | John MacFarlane <[email protected]> | 2025-09-03 19:47:08 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-03 19:47:08 +0200 |
| commit | 682e82ce2105b9cc3f4b14773df838cf98620947 (patch) | |
| tree | 7e11851445bac22e6544134b95460a10a1ee7dc9 | |
| parent | 0dc31a470f241265d3ede88e10631f48f3f66cd6 (diff) | |
Use released doclayout 0.5.0.1
| -rw-r--r-- | pandoc.cabal | 2 | ||||
| -rw-r--r-- | stack.yaml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 27be0fadb..62d1321e4 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -507,7 +507,7 @@ library data-default >= 0.4 && < 0.9, deepseq >= 1.3 && < 1.6, directory >= 1.2.3 && < 1.4, - doclayout >= 0.5 && < 0.6, + doclayout >= 0.5.0.1 && < 0.6, doctemplates >= 0.11 && < 0.12, emojis >= 0.1.4.1 && < 0.2, exceptions >= 0.8 && < 0.11, diff --git a/stack.yaml b/stack.yaml index c9d9ed7b1..d8481ebcb 100644 --- a/stack.yaml +++ b/stack.yaml @@ -20,12 +20,11 @@ extra-deps: - skylighting-0.14.6 - skylighting-format-typst-0.1 - typst-symbols-0.1.8.1 +- doclayout-0.5.0.1 - git: https://github.com/jgm/citeproc.git commit: ffdbab67951e9aa1a660fd0632cebb49dc902033 - git: https://github.com/jgm/texmath.git commit: 76c6d8356aa971b075cb887487e2157260edafc0 -- git: https://github.com/jgm/doclayout.git - commit: eeb53975379e40166e36aec0315cd933607f2aff - git: https://github.com/jgm/typst-hs.git commit: aaeb1ef60ade0efa28e77c74f0dd216e3d434480 ghc-options: |
