Skip to content

Commit 23f67c8

Browse files
committed
Depend on dev commonmark-pandoc.
1 parent 254ebeb commit 23f67c8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

cabal.project

+6
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ tests: True
66
flags: +embed_data_files
77
constraints: skylighting-format-blaze-html >= 0.1.1.1,
88
skylighting-format-context >= 0.1.0.2
9+
10+
source-repository-package
11+
type: git
12+
location: https://github.com/jgm/commonmark-hs
13+
subdir: commonmark-pandoc
14+
tag: d681657a8b1ff9c7d0120356fbce079d325eada4

stack.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ extra-deps:
2828
- texmath-0.12.8.6
2929
- commonmark-0.2.4.1
3030
- commonmark-extensions-0.2.5.1
31-
- commonmark-pandoc-0.2.2
3231
- typst-0.5
32+
- git: https://github.com/jgm/commonmark-hs
33+
subdirs: [commonmark-pandoc]
34+
commit: d681657a8b1ff9c7d0120356fbce079d325eada4
3335

3436
ghc-options:
3537
"$locals": -fhide-source-paths -Wno-missing-home-modules

0 commit comments

Comments
 (0)