aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2021-12-10 14:07:41 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2021-12-10 17:24:50 +0100
commit3e7b46af642b205439e3dee52d805d738c4ad954 (patch)
tree0a98253ba5d07ae12bcc825dbc2e78694d9fa136 /pandoc.cabal
parent20eb8ac7fded0220278e8818a92968328f9014eb (diff)
downloadpandoc-3e7b46af642b205439e3dee52d805d738c4ad954.tar.gz
Switch to released pandoc-lua-marshal-0.1.2
Cell values are now marshaled as userdata objects; a constructor function for table cells is provided as `pandoc.Cell`.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 2abc75b87..dcf12bf04 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -481,7 +481,7 @@ library
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.8,
- pandoc-lua-marshal >= 0.1.1 && < 0.2,
+ pandoc-lua-marshal >= 0.1.2 && < 0.2,
pandoc-types >= 1.22.1 && < 1.23,
parsec >= 3.1 && < 3.2,
pretty >= 1.1 && < 1.2,