Skip to content

Commit 4916cfd

Browse files
committed
Use latest commonmark-extensions.
1 parent 4b8882b commit 4916cfd

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

cabal.project

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ source-repository-package
1111
type: git
1212
location: https://github.com/jgm/commonmark-hs
1313
subdir: commonmark-pandoc
14-
tag: d681657a8b1ff9c7d0120356fbce079d325eada4
14+
tag: f0b96532e36f31f47cc34602ecac694ffde8a27a
15+
16+
source-repository-package
17+
type: git
18+
location: https://github.com/jgm/commonmark-hs
19+
subdir: commonmark-extensions
20+
tag: f0b96532e36f31f47cc34602ecac694ffde8a27a
1521

1622
source-repository-package
1723
type: git

stack.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ extra-deps:
3131
- git: https://github.com/jgm/typst-hs
3232
commit: abfe46fd48ae3610c6522c3dbb1d84a2b2fafb74
3333
- git: https://github.com/jgm/commonmark-hs
34-
subdirs: [commonmark-pandoc]
35-
commit: d681657a8b1ff9c7d0120356fbce079d325eada4
34+
subdirs: [commonmark-pandoc, commonmark-extensions]
35+
commit: f0b96532e36f31f47cc34602ecac694ffde8a27a
3636

3737
ghc-options:
3838
"$locals": -fhide-source-paths -Wno-missing-home-modules

0 commit comments

Comments
 (0)