diff options
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -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 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 |
