aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-28 17:43:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-28 17:43:22 -0800
commite30be56fc36409c4e5520ef09daeb8d3ddeab294 (patch)
tree0013482f0b6b2541e811b4b9bc7a292eab45060c
parentc5287e9de5f3ebfa5b86a37f81e4a75233b6ad4d (diff)
downloadpandoc-e30be56fc36409c4e5520ef09daeb8d3ddeab294.tar.gz
Bump pandoc-lua-marshall lower bound to 0.1.0.1 in cabal file.
Closes #7721.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index e7d1349fc..42e28d086 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -477,7 +477,7 @@ library
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.8,
- pandoc-lua-marshal >= 0.1 && < 0.2,
+ pandoc-lua-marshal >= 0.1.0.1 && < 0.2,
pandoc-types >= 1.22.1 && < 1.23,
parsec >= 3.1 && < 3.2,
pretty >= 1.1 && < 1.2,