Running ghci in quickrun through stack

This commit is contained in:
Supanat Pothivarakorn 2019-10-02 19:16:42 +07:00
commit 45051dc9d5

View file

@ -2,4 +2,4 @@
# quickrun runs ShellCheck in an interpreted mode.
# This allows testing changes without recompiling.
runghc -isrc -idist/build/autogen shellcheck.hs "$@"
stack runghc shellcheck.hs "$@"