From 39b8be53a877989ec3ff7baf56a5dddba7a4f7ee Mon Sep 17 00:00:00 2001 From: Stuart Popejoy Date: Thu, 5 Jan 2017 12:50:29 -0500 Subject: [PATCH] add "--no-build" and "--no-load" to haskell-process-args-stack-ghci --- haskell-customize.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haskell-customize.el b/haskell-customize.el index 56530ea22..ce895a9c0 100644 --- a/haskell-customize.el +++ b/haskell-customize.el @@ -159,7 +159,7 @@ pass additional flags to `ghc'." :type '(repeat (string :tag "Argument"))) (defcustom haskell-process-args-stack-ghci - '("--ghci-options=-ferror-spans") + '("--ghci-options=-ferror-spans" "--no-build" "--no-load") "Additional arguments for `stack ghci' invocation." :group 'haskell-interactive :type '(repeat (string :tag "Argument")))