aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2017-12-04 13:34:10 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2017-12-04 13:34:10 +0100
commita7953a60b984474b6937e153c62f51b560e6f994 (patch)
tree2e53fbb7aac6f46cdedd1c7bff0c6af34ae98b60 /pandoc.cabal
parente536c4d9c9c4ff73213dc0273654ea3e1916f22e (diff)
downloadpandoc-a7953a60b984474b6937e153c62f51b560e6f994.tar.gz
Bump lower bound of hslua
The release hslua 0.9.3 contains a new function which makes using Haskell functions as package loaders much easier.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 76464b8c0..8bf3a2c28 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -328,7 +328,7 @@ library
yaml >= 0.8.8.2 && < 0.9,
scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.13,
- hslua >= 0.9 && < 0.10,
+ hslua >= 0.9.3 && < 0.10,
hslua-module-text >= 0.1.2 && < 0.2,
binary >= 0.5 && < 0.10,
SHA >= 1.6 && < 1.7,