summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2018-01-04 19:04:51 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2018-01-04 23:15:28 +0100
commitbdb911550c2894925be6893a5d93fca484448dd4 (patch)
treefc60c39c552352d74d9f576f47dc32769d867723 /pandoc.cabal
parent7c8a6feaf2d494b9623ef5af9022580a7e4c3c16 (diff)
Bump hslua version to 0.9.5
This version fixes a bug that made it difficult to handle failures while getting lists or a Map from Lua. A bug in pandoc, which made it necessary to always pass a tag when using MetaList or MetaBlock, is fixed as a result. Using the pandoc module's constructor functions for these values is now optional (if still recommended).
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 988241567..9471fa671 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -373,7 +373,7 @@ library
yaml >= 0.8.8.2 && < 0.9,
scientific >= 0.2 && < 0.4,
vector >= 0.10 && < 0.13,
- hslua >= 0.9.3 && < 0.10,
+ hslua >= 0.9.5 && < 0.10,
hslua-module-text >= 0.1.2 && < 0.2,
binary >= 0.5 && < 0.10,
SHA >= 1.6 && < 1.7,