summaryrefslogtreecommitdiff
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
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).
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.lts9.yaml2
-rw-r--r--stack.yaml1
3 files changed, 3 insertions, 2 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,
diff --git a/stack.lts9.yaml b/stack.lts9.yaml
index a870f94e1..bccf315bf 100644
--- a/stack.lts9.yaml
+++ b/stack.lts9.yaml
@@ -14,7 +14,7 @@ packages:
- '.'
extra-deps:
- pandoc-types-1.17.3
-- hslua-0.9.3
+- hslua-0.9.5
- hslua-module-text-0.1.2
- skylighting-0.5
- texmath-0.10.1
diff --git a/stack.yaml b/stack.yaml
index 0c9a8cd48..72ec5afab 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -14,4 +14,5 @@ packages:
- '.'
extra-deps:
- pandoc-citeproc-0.12.2.5
+- hslua-0.9.5
resolver: lts-10.1