diff options
| author | Albert Krewinkel <[email protected]> | 2022-02-17 15:44:00 +0100 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-02-17 16:00:20 +0100 |
| commit | 910296b745ae6d634f2764a913ed54d81a2d4222 (patch) | |
| tree | 72a60d5be76a01eca40ac320acb3ef3941795367 /stack.yaml | |
| parent | dc534caf7a16e5f4456e6a7676024ab1fc86b3ee (diff) | |
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`.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 834aec0a2..547bd2a3e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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 |
