Skip to content

Commit

Permalink
add "--no-build" and "--no-load" to haskell-process-args-stack-ghci
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Popejoy committed Jan 5, 2017
1 parent e5340a5 commit 39b8be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell-customize.el
Expand Up @@ -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")))
Expand Down

0 comments on commit 39b8be5

Please sign in to comment.