aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-08-15 13:51:22 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-08-15 13:52:37 +0200
commit333c5535481663d37c2c9874d104e0b1c1c0c0f8 (patch)
treef2a9da2c5b985969fcade8e28fc4c1832d9bf48a
parent5734167531ec924bb8b2cc405ad3220894ec8d7c (diff)
downloadpandoc-333c5535481663d37c2c9874d104e0b1c1c0c0f8.tar.gz
Relax version constraints for hslua, hslua-module-text
Allow `hslua-1.2.*` and `hslua-module-text-0.3.*`.
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index e6bfb4234..0ffe9d64f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -413,9 +413,9 @@ library
blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9,
jira-wiki-markup >= 1.3.2 && < 1.4,
- hslua >= 1.1 && < 1.2,
+ hslua >= 1.1 && < 1.3,
hslua-module-system >= 0.2 && < 0.3,
- hslua-module-text >= 0.2.1 && < 0.3,
+ hslua-module-text >= 0.2.1 && < 0.4,
binary >= 0.5 && < 0.11,
SHA >= 1.6 && < 1.7,
haddock-library >= 1.8 && < 1.10,
@@ -745,7 +745,7 @@ test-suite test-pandoc
time >= 1.5 && < 1.10,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
- hslua >= 1.1 && < 1.2,
+ hslua >= 1.1 && < 1.3,
process >= 1.2.3 && < 1.7,
temporary >= 1.1 && < 1.4,
Diff >= 0.2 && < 0.5,