diff options
| author | Albert Krewinkel <[email protected]> | 2023-02-14 17:23:23 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-02-14 09:44:20 -0800 |
| commit | 45367cdd37f34ee84bed4f024e33d2ec659fefd6 (patch) | |
| tree | 830ea3095159fbdd5150be5987594a217e6832e8 /stack.yaml | |
| parent | 351a8e6c7ce6ccd20eb62bd43f7f5cc9048c65d8 (diff) | |
Lua: add new function pandoc.system.cputime.
The function returns the CPU time consumed by pandoc and can be used to
benchmark Lua computations.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 8c8f39a7c..593752d31 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,6 +12,7 @@ extra-deps: - gridtables-0.1.0.0 - hslua-cli-1.2.0 - hslua-list-1.1.0.1 +- hslua-module-system-1.0.3 - hslua-module-zip-1.0.0 - jira-wiki-markup-1.5.0 - mime-types-0.1.1.0 |
