Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions haskell-customize.el
Original file line number Diff line number Diff line change
Expand Up @@ -181,22 +181,6 @@ pass additional flags to `ghc'."
:group 'haskell-interactive
:type '(repeat (string :tag "Argument")))

(defcustom haskell-process-path-ghc
"ghc"
"Path for The Glorious Glasgow Haskell Compiler")

(defcustom haskell-process-args-ghc
"--make -ferror-spans -Wall -fforce-recomp"
"Any arguments for starting ghc.")

(defcustom haskell-process-args-cabal-build
"--ghc-options=\"-ferror-spans -Wall -fforce-recomp\""
"Arguments while doing cabal build.")

(defcustom haskell-process-args-stack-build
"--ghc-options=\"-ferror-spans -Wall\""
"Additional arguments for `stack build' invocation.")

(defcustom haskell-process-do-cabal-format-string
":!cd %s && %s"
"The way to run cabal comands. It takes two arguments -- the directory and the command.
Expand Down