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).
This commit is contained in:
parent
7c8a6feaf2
commit
bdb911550c
3 changed files with 3 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -14,4 +14,5 @@ packages:
|
|||
- '.'
|
||||
extra-deps:
|
||||
- pandoc-citeproc-0.12.2.5
|
||||
- hslua-0.9.5
|
||||
resolver: lts-10.1
|
||||
|
|
Loading…
Add table
Reference in a new issue