aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-12-07 16:19:54 -0800
committerJohn MacFarlane <[email protected]>2024-12-07 16:19:54 -0800
commit9adfc7d16e2e5dcbe3d04d35bf79e38fd151c246 (patch)
treebef7b31af1c4308955621debdf364e8a6bbfd7ca
parentc4aebcc406a224700118ed1c703fc0b8bad7c4ad (diff)
Depend on new releases of commonmark-extensions, commonmark-pandoc.
-rw-r--r--cabal.project12
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.yaml6
3 files changed, 4 insertions, 18 deletions
diff --git a/cabal.project b/cabal.project
index 8f958dd81..4ca6da52e 100644
--- a/cabal.project
+++ b/cabal.project
@@ -9,15 +9,3 @@ constraints: skylighting-format-blaze-html >= 0.1.1.3,
-- for now (commercialhaskell/stackage#7545):
data-default-class <= 0.2, data-default <= 0.8
-source-repository-package
- type: git
- location: https://github.com/jgm/commonmark-hs.git
- tag: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
- subdir: commonmark-extensions
-
-source-repository-package
- type: git
- location: https://github.com/jgm/commonmark-hs.git
- tag: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
- subdir: commonmark-pandoc
-
diff --git a/pandoc.cabal b/pandoc.cabal
index 2e9b1e9de..cf96a3d59 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -491,8 +491,8 @@ library
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.8.1.1 && < 0.9,
commonmark >= 0.2.6.1 && < 0.3,
- commonmark-extensions >= 0.2.5.5 && < 0.3,
- commonmark-pandoc >= 0.2.2.2 && < 0.3,
+ commonmark-extensions >= 0.2.5.6 && < 0.3,
+ commonmark-pandoc >= 0.2.2.3 && < 0.3,
containers >= 0.6.0.1 && < 0.8,
crypton >= 0.30 && < 1.1,
crypton-connection >= 0.3.1 && < 0.5,
diff --git a/stack.yaml b/stack.yaml
index 8074c96ab..45651444d 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -26,10 +26,8 @@ extra-deps:
- skylighting-core-0.14.4
- skylighting-0.14.4
- skylighting-format-blaze-html-0.1.1.3
-- git: https://github.com/jgm/commonmark-hs.git
- commit: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
- subdirs: [commonmark-extensions, commonmark-pandoc]
-
+- commonmark-extensions-0.2.5.6
+- commonmark-pandoc-0.2.2.3
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-22.33