aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-12-07 13:31:33 -0800
committerJohn MacFarlane <[email protected]>2024-12-07 13:31:33 -0800
commit920747918ca987668aeabe12beb086add52d94d7 (patch)
tree82233e028a61d9da0d16a0e5a6d8d5f9d9139ada
parent379e0e6b6d832a01d7edbc8da60220a3dfe5b152 (diff)
Depend on released pandoc-lua-marshal 0.3.0.
-rw-r--r--cabal.project5
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
-rw-r--r--stack.yaml2
3 files changed, 1 insertions, 8 deletions
diff --git a/cabal.project b/cabal.project
index 54126dde2..89d9660ee 100644
--- a/cabal.project
+++ b/cabal.project
@@ -16,11 +16,6 @@ source-repository-package
source-repository-package
type: git
- location: https://github.com/pandoc/pandoc-lua-marshal.git
- tag: 2dc58d431bb3e4d55999db03c470fbf32970b3d5
-
-source-repository-package
- type: git
location: https://github.com/jgm/commonmark-hs.git
tag: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
subdir: commonmark-extensions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index c63d29512..50f730bc8 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -125,7 +125,7 @@ library
, lpeg >= 1.1 && < 1.2
, mtl >= 2.2 && < 2.4
, pandoc >= 3.5 && < 3.6
- , pandoc-lua-marshal >= 0.2.9 && < 0.3
+ , pandoc-lua-marshal >= 0.3 && < 0.4
, pandoc-types >= 1.22 && < 1.24
, parsec >= 3.1 && < 3.2
, text >= 1.1.1 && < 2.2
diff --git a/stack.yaml b/stack.yaml
index 5fb7bb63b..ecb9cf159 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -25,8 +25,6 @@ extra-deps:
subdirs: [skylighting-core, skylighting-format-blaze-html]
- git: https://github.com/jgm/typst-hs.git
commit: 5a50154c958d09c06fd884dcc4519403f7904bc1
-- git: https://github.com/pandoc/pandoc-lua-marshal
- commit: 2dc58d431bb3e4d55999db03c470fbf32970b3d5
- git: https://github.com/jgm/commonmark-hs.git
commit: 1fddc913b31487571b12fd0ac99d4a0ab00acd34
subdirs: [commonmark-extensions, commonmark-pandoc]