aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-10-16 21:04:11 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2020-10-16 21:41:05 +0200
commitae4e9d3b38301b794299f228a9666ed0ab6a19bc (patch)
treee33edaf735917795a52d0004a48766c775b46e7c /pandoc.cabal
parentf0e7d400c211352ce1ba856cd6ad670a756c182e (diff)
downloadpandoc-ae4e9d3b38301b794299f228a9666ed0ab6a19bc.tar.gz
Relax upper bound on hslua, allow hslua-1.3.*
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 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,