pandoc-lua-engine; allow text 2.1.

This commit is contained in:
John MacFarlane
2023-08-31 09:29:49 -07:00
parent 83b560cd6e
commit 099b00d406
+2 -2
View File
@@ -120,7 +120,7 @@ library
, pandoc-lua-marshal >= 0.2.2 && < 0.3
, pandoc-types >= 1.22 && < 1.24
, parsec >= 3.1 && < 3.2
, text >= 1.1.1 && < 2.1
, text >= 1.1.1 && < 2.2
test-suite test-pandoc-lua-engine
@@ -141,7 +141,7 @@ test-suite test-pandoc-lua-engine
, tasty-golden
, tasty-hunit
, tasty-lua >= 1.1 && < 1.2
, text >= 1.1.1 && < 2.1
, text >= 1.1.1 && < 2.2
other-modules: Tests.Lua
, Tests.Lua.Module
, Tests.Lua.Reader