Skip to content

Commit adccbc4

Browse files
authored
Merge pull request #1548 from haskell/defcustoms-fix
removed unwanted defcustoms
2 parents 03ced31 + c895fe1 commit adccbc4

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

haskell-customize.el

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -181,22 +181,6 @@ pass additional flags to `ghc'."
181181
:group 'haskell-interactive
182182
:type '(repeat (string :tag "Argument")))
183183

184-
(defcustom haskell-process-path-ghc
185-
"ghc"
186-
"Path for The Glorious Glasgow Haskell Compiler")
187-
188-
(defcustom haskell-process-args-ghc
189-
"--make -ferror-spans -Wall -fforce-recomp"
190-
"Any arguments for starting ghc.")
191-
192-
(defcustom haskell-process-args-cabal-build
193-
"--ghc-options=\"-ferror-spans -Wall -fforce-recomp\""
194-
"Arguments while doing cabal build.")
195-
196-
(defcustom haskell-process-args-stack-build
197-
"--ghc-options=\"-ferror-spans -Wall\""
198-
"Additional arguments for `stack build' invocation.")
199-
200184
(defcustom haskell-process-do-cabal-format-string
201185
":!cd %s && %s"
202186
"The way to run cabal comands. It takes two arguments -- the directory and the command.

0 commit comments

Comments
 (0)