aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2019-05-20 18:52:28 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-05-20 12:52:28 -0400
commit6208d4e7fcf1792203b3069d0002ad5cb1ec05dd (patch)
tree4aa85637c54ffaf67b950c1ed3c9ff7ce9a940de /stack.yaml
parent90141e7b4fc48477106ee5481e3d9b1b4a54338e (diff)
downloadpandoc-6208d4e7fcf1792203b3069d0002ad5cb1ec05dd.tar.gz
Improve output of Lua tests (#5499)
This makes use of tasty-lua, a package to write tests in Lua and integrate the results into Tasty output. Test output becomes more informative: individual tests and test groups become visible in test output. Failures are reported with helpful error messages.
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
index d07793f28..714b56193 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -14,7 +14,9 @@ extra-deps:
- pandoc-citeproc-0.16.2
- ipynb-0.1
- cmark-gfm-0.2.0
+- hslua-1.0.3.1
- hslua-module-system-0.2.0
+- tasty-lua-0.2.0
ghc-options:
"$locals": -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances -Wnoncanonical-monadfail-instances -Wincomplete-uni-patterns -Widentities -Wcpp-undef -fhide-source-paths
resolver: lts-13.17