From 8c42926cb2161efac51e259a25d2047d31de3538 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 13 Jan 2024 10:17:15 -0800 Subject: Add djot reader and writer. Djot is a light markup syntax (https://djot.net). This patch adds djot as input and output formats. API changes: Add Text.Pandoc.Readers.Djot Add Text.Pandoc.Writers.Djot --- stack.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index 202ecd191..b97e67327 100644 --- a/stack.yaml +++ b/stack.yaml @@ -32,6 +32,8 @@ extra-deps: - git: https://github.com/jgm/commonmark-hs subdirs: [commonmark-pandoc, commonmark-extensions] commit: f0b96532e36f31f47cc34602ecac694ffde8a27a +- git: https://github.com/jgm/djoths + commit: 3d53e40442d22726430b6a89bfb7fba92cd99a91 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules -- cgit v1.2.3