Skip to content

Commit 94d6427

Browse files
committed
Depend on released commonmark-pandoc, commonmark-extensions.
1 parent 7f2f2b6 commit 94d6427

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

cabal.project

-11
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
99
-- for now (commercialhaskell/stackage#7545):
1010
data-default-class <= 0.2, data-default <= 0.8
1111

12-
source-repository-package
13-
type: git
14-
location: https://github.com/jgm/commonmark-hs.git
15-
tag: 99af4b26ac9fdd3580278204c37252c81305a7f4
16-
subdir: commonmark-extensions
17-
18-
source-repository-package
19-
type: git
20-
location: https://github.com/jgm/commonmark-hs.git
21-
tag: 99af4b26ac9fdd3580278204c37252c81305a7f4
22-
subdir: commonmark-pandoc

pandoc.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ library
494494
case-insensitive >= 1.2 && < 1.3,
495495
citeproc >= 0.8.1.3 && < 0.9,
496496
commonmark >= 0.2.6.1 && < 0.3,
497-
commonmark-extensions >= 0.2.5.6 && < 0.3,
498-
commonmark-pandoc >= 0.2.2.3 && < 0.3,
497+
commonmark-extensions >= 0.2.6 && < 0.3,
498+
commonmark-pandoc >= 0.2.3 && < 0.3,
499499
containers >= 0.6.0.1 && < 0.8,
500500
crypton >= 0.30 && < 1.1,
501501
crypton-connection >= 0.3.1 && < 0.5,

stack.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ extra-deps:
1616
- texmath-0.12.8.13
1717
- typst-0.6.2
1818
- citeproc-0.8.1.3
19-
- git: https://github.com/jgm/commonmark-hs.git
20-
commit: 99af4b26ac9fdd3580278204c37252c81305a7f4
21-
subdirs: [commonmark-extensions, commonmark-pandoc]
19+
- commonmark-extensions-0.2.6
20+
- commonmark-pandoc-0.2.3
2221
ghc-options:
2322
"$locals": -fhide-source-paths -Wno-missing-home-modules
2423
resolver: lts-23.0

0 commit comments

Comments
 (0)