summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-02-14 20:45:50 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-02-14 20:45:50 -0800
commitb98877270d544df9c070bc82d46a5cdba98105e0 (patch)
treec23187d92030d12299f997d2ee7a993f602090f6
parente43ab9ec7bdd3e29dff5ce7f2ef61f07f150cd01 (diff)
Depend on released versions of commonmark-hs packages.
-rw-r--r--cabal.project12
-rw-r--r--pandoc.cabal6
-rw-r--r--stack.yaml7
3 files changed, 6 insertions, 19 deletions
diff --git a/cabal.project b/cabal.project
index cdb5fc52a..7ca74bd5b 100644
--- a/cabal.project
+++ b/cabal.project
@@ -9,17 +9,5 @@ constraints: skylighting-format-blaze-html >= 0.1.1.1,
source-repository-package
type: git
- location: https://github.com/jgm/commonmark-hs
- subdir: commonmark-pandoc
- tag: f0b96532e36f31f47cc34602ecac694ffde8a27a
-
-source-repository-package
- type: git
- location: https://github.com/jgm/commonmark-hs
- subdir: commonmark-extensions
- tag: f0b96532e36f31f47cc34602ecac694ffde8a27a
-
-source-repository-package
- type: git
location: https://github.com/jgm/djoths
tag: 3d53e40442d22726430b6a89bfb7fba92cd99a91
diff --git a/pandoc.cabal b/pandoc.cabal
index 537261b35..393119eb2 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -476,9 +476,9 @@ library
bytestring >= 0.9 && < 0.13,
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.8.1 && < 0.9,
- commonmark >= 0.2.5 && < 0.3,
- commonmark-extensions >= 0.2.5 && < 0.3,
- commonmark-pandoc >= 0.2.2 && < 0.3,
+ commonmark >= 0.2.5.1 && < 0.3,
+ commonmark-extensions >= 0.2.5.2 && < 0.3,
+ commonmark-pandoc >= 0.2.2.1 && < 0.3,
containers >= 0.6.0.1 && < 0.7,
crypton-connection >= 0.3.1 && < 0.4,
data-default >= 0.4 && < 0.8,
diff --git a/stack.yaml b/stack.yaml
index 579708f6e..0f5cff433 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -26,11 +26,10 @@ extra-deps:
- skylighting-format-blaze-html-0.1.1.1
- tls-1.9.0
- texmath-0.12.8.6
-- commonmark-0.2.5
+- commonmark-0.2.5.1
+- commonmark-extensions-0.2.5.2
+- commonmark-pandoc-0.2.2.1
- typst-0.5.0.1
-- git: https://github.com/jgm/commonmark-hs
- subdirs: [commonmark-pandoc, commonmark-extensions]
- commit: f0b96532e36f31f47cc34602ecac694ffde8a27a
- git: https://github.com/jgm/djoths
commit: 3d53e40442d22726430b6a89bfb7fba92cd99a91