Skip to content

Commit 56118e4

Browse files
committed
Depend on dev commonmark-{extensions,pandoc}
1 parent 5676a4d commit 56118e4

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

cabal.project

+12
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,15 @@ source-repository-package
1818
type: git
1919
location: https://github.com/jgm/citeproc.git
2020
tag: 9cdcdde4a2fa91421dcbbd3febb23096a744c600
21+
22+
source-repository-package
23+
type: git
24+
location: https://github.com/jgm/commonmark-hs.git
25+
tag: 99af4b26ac9fdd3580278204c37252c81305a7f4
26+
subdir: commonmark-extensions
27+
28+
source-repository-package
29+
type: git
30+
location: https://github.com/jgm/commonmark-hs.git
31+
tag: 99af4b26ac9fdd3580278204c37252c81305a7f4
32+
subdir: commonmark-pandoc

stack.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ extra-deps:
1818
commit: 109ad055af75c9dcf51a7d188b6ef750ac3ef7c1
1919
- git: https://github.com/jgm/citeproc.git
2020
commit: 9cdcdde4a2fa91421dcbbd3febb23096a744c600
21+
- git: https://github.com/jgm/commonmark-hs.git
22+
commit: 99af4b26ac9fdd3580278204c37252c81305a7f4
2123
ghc-options:
2224
"$locals": -fhide-source-paths -Wno-missing-home-modules
2325
resolver: lts-23.0

0 commit comments

Comments
 (0)