diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 413d5b78a..d72f7daf8 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -420,7 +420,7 @@ library file-embed >= 0.0 && < 0.1, filepath >= 1.1 && < 1.5, haddock-library >= 1.8 && < 1.10, - hslua >= 1.1 && < 1.3, + hslua >= 1.1 && < 1.4, hslua-module-system >= 0.2 && < 0.3, hslua-module-text >= 0.2.1 && < 0.4, http-client >= 0.4.30 && < 0.8, @@ -771,7 +771,7 @@ test-suite test-pandoc exceptions >= 0.8 && < 0.11, executable-path >= 0.0 && < 0.1, filepath >= 1.1 && < 1.5, - hslua >= 1.1 && < 1.3, + hslua >= 1.1 && < 1.4, mtl >= 2.2 && < 2.3, pandoc-types >= 1.22 && < 1.23, process >= 1.2.3 && < 1.7, |