From 45051dc9d5cc4db748286cb4f9c355e4bcca76ab Mon Sep 17 00:00:00 2001 From: Supanat Pothivarakorn Date: Wed, 2 Oct 2019 19:16:42 +0700 Subject: [PATCH] Running ghci in quickrun through stack --- quickrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"