diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2018-10-01 16:10:46 +0200 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2018-10-01 16:32:11 +0200 |
| commit | 9abdbb2783d246c736f05119390e81084f9ab07c (patch) | |
| tree | 31cce79a7dbfb12ab376602bbf505002a6844d8e /stack.yaml | |
| parent | 1ffe47b9b9d1bdd204046adfcfb1496195ffa383 (diff) | |
Lua filters: report traceback when an error occurs
A proper Lua traceback is added if either loading of a file or execution
of a filter function fails. This should be of help to authors of Lua
filters who need to debug their code.
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 36c5ee105..986cae642 100644 --- a/stack.yaml +++ b/stack.yaml @@ -24,7 +24,7 @@ extra-deps: - HsYAML-0.1.1.1 - texmath-0.11.1 - yaml-0.9.0 -- hslua-1.0.0 +- hslua-1.0.1 - hslua-module-text-0.2.0 ghc-options: "$locals": -fhide-source-paths -XNoImplicitPrelude |
