summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7429661dc..5871e4029 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -384,7 +384,7 @@ library
yaml >= 0.8.8.2 && < 0.9,
scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.13,
- hslua >= 0.9.5 && < 0.10,
+ hslua >= 0.9.5 && < 0.9.6,
hslua-module-text >= 0.1.2 && < 0.2,
binary >= 0.5 && < 0.10,
SHA >= 1.6 && < 1.7,
@@ -612,7 +612,7 @@ test-suite test-pandoc
time >= 1.5 && < 1.9,
directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5,
- hslua >= 0.9 && < 0.10,
+ hslua >= 0.9.5 && < 0.9.6,
process >= 1.2.3 && < 1.7,
temporary >= 1.1 && < 1.3,
Diff >= 0.2 && < 0.4,