diff options
| author | John MacFarlane <[email protected]> | 2023-08-31 09:29:49 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-08-31 09:29:49 -0700 |
| commit | 099b00d406188fc20852e9b96d63ecca96832f12 (patch) | |
| tree | 70b3008d81a8af825679496949aba64f501fba45 /pandoc-lua-engine | |
| parent | 83b560cd6e83d10b9158aad8a78779f295673045 (diff) | |
pandoc-lua-engine; allow text 2.1.
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 4 |
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 805b783d8..245ecc1eb 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -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 |
