From c724e9cb7c810e3a36a4bc588822a75cbd1d9788 Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <albert@zeitkraut.de>
Date: Sat, 16 Jul 2022 15:27:53 +0200
Subject: [PATCH] Require pandoc-lua-marshal 0.1.7

Adds a `clone` methods to Pandoc objects and allows to pass Blocks in
instead of full Caption elements.
---
 pandoc.cabal | 2 +-
 stack.yaml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 34b26d7f1..2db3963b7 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -506,7 +506,7 @@ library
                  mtl                   >= 2.2      && < 2.3,
                  network               >= 2.6,
                  network-uri           >= 2.6      && < 2.8,
-                 pandoc-lua-marshal    >= 0.1.6    && < 0.2,
+                 pandoc-lua-marshal    >= 0.1.7    && < 0.2,
                  pandoc-types          >= 1.22.2   && < 1.23,
                  parsec                >= 3.1      && < 3.2,
                  pretty                >= 1.1      && < 1.2,
diff --git a/stack.yaml b/stack.yaml
index 5530c0433..61e501dbd 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -27,7 +27,7 @@ extra-deps:
 - lua-arbitrary-1.0.1
 - tasty-hslua-1.0.2
 - tasty-lua-1.0.2
-- pandoc-lua-marshal-0.1.6
+- pandoc-lua-marshal-0.1.7
 - aeson-pretty-0.8.9
 - unicode-transforms-0.4.0.1
 - unicode-data-0.3.0