diff options
author | Felix Yan <felixonmars@archlinux.org> | 2020-04-01 10:52:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-01 08:52:14 -0700 |
commit | f6615ad85ef4e7ffa8403ca974783eafa6b512ee (patch) | |
tree | 3e3cef015bc87aaa5756acb07b6ffd21043b02b9 | |
parent | e04ac2a0934fa5f2141e6607f2dab3510250aea3 (diff) | |
download | pandoc-f6615ad85ef4e7ffa8403ca974783eafa6b512ee.tar.gz |
Allow hslua 1.1 (#6243)
Builds fine and all tests pass.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 76b42de6f..043304100 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -413,7 +413,7 @@ library blaze-markup >= 0.8 && < 0.9, vector >= 0.10 && < 0.13, jira-wiki-markup >= 1.2.0 && < 1.3, - hslua >= 1.0.1 && < 1.1, + hslua >= 1.0.1 && < 1.2, hslua-module-system >= 0.2 && < 0.3, hslua-module-text >= 0.2 && < 0.3, binary >= 0.5 && < 0.11, @@ -732,7 +732,7 @@ test-suite test-pandoc time >= 1.5 && < 1.10, directory >= 1.2.3 && < 1.4, filepath >= 1.1 && < 1.5, - hslua >= 1.0 && < 1.1, + hslua >= 1.0 && < 1.2, process >= 1.2.3 && < 1.7, temporary >= 1.1 && < 1.4, Diff >= 0.2 && < 0.5, |