From 27199723a1232d3af1bbda1718bbdc465bf68413 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 21 Jul 2026 10:16:40 +0200 Subject: [PATCH] Use released commonmark-extensions 0.2.7.1 --- cabal.project | 6 ------ pandoc.cabal | 2 +- stack.yaml | 4 +--- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/cabal.project b/cabal.project index 9aa574905..b2edfba8f 100644 --- a/cabal.project +++ b/cabal.project @@ -28,12 +28,6 @@ source-repository-package location: https://github.com/jgm/typst-symbols.git tag: 928839de6742b61ee601ce4510cf4dcfd044354d -source-repository-package - type: git - location: https://github.com/jgm/commonmark-hs.git - tag: 73903fa7723ca2b1a1120063451e9647d1382754 - subdir: commonmark-extensions - package pandoc flags: +embed_data_files +http diff --git a/pandoc.cabal b/pandoc.cabal index 05a1c581a..64063b1dc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -527,7 +527,7 @@ library case-insensitive >= 1.2 && < 1.3, citeproc >= 0.13.0.1 && < 0.14, commonmark >= 0.3 && < 0.4, - commonmark-extensions >= 0.2.7 && < 0.3, + commonmark-extensions >= 0.2.7.1 && < 0.3, commonmark-pandoc >= 0.3 && < 0.4, containers >= 0.6.0.1 && < 0.9, crypton >= 0.30 && < 1.2, diff --git a/stack.yaml b/stack.yaml index 95c58f5a8..9bd694e9c 100644 --- a/stack.yaml +++ b/stack.yaml @@ -31,6 +31,7 @@ extra-deps: - doclayout-0.5.0.3 - commonmark-0.3 - commonmark-pandoc-0.3 +- commonmark-extensions-0.2.7.1 - citeproc-0.13.0.1 - pandoc-types-1.23.1.2 - emojis-0.1.5 @@ -39,9 +40,6 @@ extra-deps: commit: e5d689366e4d480f96e9453f455d1a4362fad880 - git: https://github.com/jgm/djoths.git commit: 6d13d92126d3d10c571bcb9543fd6c889e9aad3f -- git: https://github.com/jgm/commonmark-hs - commit: 73903fa7723ca2b1a1120063451e9647d1382754 - subdirs: [commonmark-extensions] - git: https://github.com/jgm/typst-hs.git commit: 1a94f1fd69841fd4039441afa3e1ed330db8e334 - git: https://github.com/jgm/typst-symbols.git