aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-01-13 10:42:07 -0800
committerJohn MacFarlane <[email protected]>2023-01-13 10:42:07 -0800
commitaa747f194fbcff10adbd0f3ad0f368cee6b1022a (patch)
treea7230c853ad17f92699f8eb845142268d990dbe9 /pandoc-lua-engine
parent2d72e968e314d899898fb5d06279ef1ac167f250 (diff)
Require pandoc-types 1.23, update dependencies.
This fails to build because pandoc-lua-marshal still needs updating.
Diffstat (limited to 'pandoc-lua-engine')
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index 0f27907fb..d7df259fc 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -113,7 +113,7 @@ library
, mtl >= 2.2 && < 2.4
, pandoc >= 3.0 && < 3.1
, pandoc-lua-marshal >= 0.1.7 && < 0.2
- , pandoc-types >= 1.22.2 && < 1.23
+ , pandoc-types >= 1.22 && < 1.24
, parsec >= 3.1 && < 3.2
, text >= 1.1.1 && < 2.1
@@ -131,7 +131,7 @@ test-suite test-pandoc-lua-engine
, filepath
, hslua >= 2.1 && < 2.3
, pandoc
- , pandoc-types >= 1.22.2 && < 1.23
+ , pandoc-types >= 1.22 && < 1.24
, tasty
, tasty-golden
, tasty-hunit