diff options
| author | John MacFarlane <[email protected]> | 2025-11-23 08:45:18 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-11-29 17:04:42 +0100 |
| commit | 8651ec3c28693c875d78017b4f278338417d176a (patch) | |
| tree | 24065899ab03f7daaa628a04a8060f4b54c2e505 /stack.yaml | |
| parent | 525113c31ea07d35a5a1e436866c7ed51fc90ccf (diff) | |
Add asciidoc as an input format.
New exported module Text.Pandoc.Readers.AsciiDoc,
exporting readAsciiDoc [API change].
The bulk of parsing is handled by the asciidoc library.
Closes #1456.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stack.yaml b/stack.yaml index 6850fc51d..ee09ed999 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,8 +13,6 @@ extra-deps: - hslua-module-system-1.2.3 - hslua-objectorientation-2.4.0 - hslua-packaging-2.3.2 -- skylighting-core-0.14.7 -- skylighting-0.14.7 - typst-symbols-0.1.9.1 - git: https://github.com/jgm/citeproc.git commit: 0c062ce77056176d5901963c554053199b6592d5 @@ -24,9 +22,11 @@ extra-deps: commit: 110322589698df20abf3f3a06c070271802ea598 - git: https://github.com/jgm/djoths.git commit: 7dc8da53fc092d2d4d91f5f0988840f4faf90368 +- git: https://github.com/jgm/asciidoc-hs.git + commit: 17df3ccc91102ad74a977d4cb1a43f03b4ef0bda ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules -resolver: lts-24.9 +resolver: lts-24.20 nix: packages: - pkg-config |
