aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-09-11 09:50:33 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-09-11 09:50:33 +0200
commit315b5a4836b477f2c176c7800e6c995ecb831194 (patch)
tree498078466de24e1bf5e96ed0eb26b183eb4a46dd /pandoc.cabal
parent55e5ad2d8f455ee7eb32896708701c3246f60bed (diff)
downloadpandoc-315b5a4836b477f2c176c7800e6c995ecb831194.tar.gz
pandoc.cabal: disallow hslua 1.2
See #6674
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 4c27c037d..219e2a31a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -413,7 +413,7 @@ 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.3,
+ hslua >= 1.1 && < 1.2,
hslua-module-system >= 0.2 && < 0.3,
hslua-module-text >= 0.2.1 && < 0.4,
binary >= 0.5 && < 0.11,
@@ -747,7 +747,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.3,
+ hslua >= 1.1 && < 1.2,
process >= 1.2.3 && < 1.7,
temporary >= 1.1 && < 1.4,
Diff >= 0.2 && < 0.5,