aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-01-13 12:58:55 -0800
committerJohn MacFarlane <[email protected]>2023-01-13 12:59:13 -0800
commit0b02f177fb6d8776245abc02795f94f1e29ec3ee (patch)
treea3285675129b6287454c59382b43891dada13695
parent0cc908519809b2176d0a3e73f333c15293acb6b9 (diff)
Use latest dev pandoc-lua-marshal.
-rw-r--r--cabal.project2
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
-rw-r--r--stack.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/cabal.project b/cabal.project
index 16fe361a4..488c2a736 100644
--- a/cabal.project
+++ b/cabal.project
@@ -31,4 +31,4 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/pandoc/pandoc-lua-marshal
- tag: a2a97e2af78326ea7841101d4ef56e74426b66c4
+ tag: 6e8c834acdf6d3551c58b71fe361faa7d3590838
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index d7df259fc..0c136fe9d 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -112,7 +112,7 @@ library
, lpeg >= 1.0.1 && < 1.1
, mtl >= 2.2 && < 2.4
, pandoc >= 3.0 && < 3.1
- , pandoc-lua-marshal >= 0.1.7 && < 0.2
+ , pandoc-lua-marshal >= 0.2 && < 0.3
, pandoc-types >= 1.22 && < 1.24
, parsec >= 3.1 && < 3.2
, text >= 1.1.1 && < 2.1
diff --git a/stack.yaml b/stack.yaml
index fa5344236..ab0c1e5fa 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -31,7 +31,7 @@ extra-deps:
- git: https://github.com/jgm/pandoc-types
commit: 6ac717718396bdca510cbdc6d211bbea408444cc
- git: https://github.com/pandoc/pandoc-lua-marshal
- commit: a2a97e2af78326ea7841101d4ef56e74426b66c4
+ commit: 6e8c834acdf6d3551c58b71fe361faa7d3590838
- git: https://github.com/jgm/commonmark-hs
commit: d0f3097e55471aa640d76d0188ba707cbece71b1
subdirs: [commonmark-pandoc]