summaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/pandoc-lua-engine.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2023-02-14 17:23:23 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2023-02-14 09:44:20 -0800
commit45367cdd37f34ee84bed4f024e33d2ec659fefd6 (patch)
tree830ea3095159fbdd5150be5987594a217e6832e8 /pandoc-lua-engine/pandoc-lua-engine.cabal
parent351a8e6c7ce6ccd20eb62bd43f7f5cc9048c65d8 (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 'pandoc-lua-engine/pandoc-lua-engine.cabal')
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index dcc98265f..cbc245095 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -109,7 +109,7 @@ library
, hslua-core >= 2.2.1 && < 2.3
, hslua-module-doclayout>= 1.0.4 && < 1.1
, hslua-module-path >= 1.0.3 && < 1.1
- , hslua-module-system >= 1.0 && < 1.1
+ , hslua-module-system >= 1.0.3 && < 1.1
, hslua-module-text >= 1.0.3 && < 1.1
, hslua-module-version >= 1.0.3 && < 1.1
, hslua-module-zip >= 1.0.0 && < 1.1