Fix quicktest, add note to it and quickrun

This commit is contained in:
Oleg Grenrus 2018-09-10 19:08:44 +03:00
commit 5516596b26
2 changed files with 25 additions and 19 deletions

View file

@ -3,3 +3,10 @@
# This allows testing changes without recompiling.
runghc -isrc -idist/build/autogen shellcheck.hs "$@"
# Note: with new-build you can
#
# % cabal new-run --disable-optimization -- shellcheck "$@"
#
# This does build the executable, but as the optimisation is disabled,
# the build is quite fast.