diff --git a/quickrun b/quickrun index 172ae88..3d5ad0d 100755 --- a/quickrun +++ b/quickrun @@ -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 "$@"