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")))