Lua: Use pandoc-lua-marshal 0.1.5.
- Allow any type of callable object as argument to List functions `filter`, `map`, and `find_if`. These previously required the argument to be of type `function`, which was too restrictive. - Inline: the type of Image captions is now `Inlines` instead of `List`.
This commit is contained in:
parent
dc534caf7a
commit
910296b745
2 changed files with 2 additions and 2 deletions
|
@ -498,7 +498,7 @@ library
|
|||
mtl >= 2.2 && < 2.3,
|
||||
network >= 2.6,
|
||||
network-uri >= 2.6 && < 2.8,
|
||||
pandoc-lua-marshal >= 0.1.3.1 && < 0.2,
|
||||
pandoc-lua-marshal >= 0.1.5 && < 0.2,
|
||||
pandoc-types >= 1.22.1 && < 1.23,
|
||||
parsec >= 3.1 && < 3.2,
|
||||
pretty >= 1.1 && < 1.2,
|
||||
|
|
|
@ -29,7 +29,7 @@ extra-deps:
|
|||
- lua-arbitrary-1.0.0
|
||||
- tasty-hslua-1.0.1
|
||||
- tasty-lua-1.0.1
|
||||
- pandoc-lua-marshal-0.1.4
|
||||
- pandoc-lua-marshal-0.1.5
|
||||
- pandoc-types-1.22.1
|
||||
- aeson-pretty-0.8.9
|
||||
- unicode-transforms-0.4.0@rev:1
|
||||
|
|
Loading…
Reference in a new issue