File tree 1 file changed +0
-16
lines changed 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -181,22 +181,6 @@ pass additional flags to `ghc'."
181
181
:group 'haskell-interactive
182
182
:type '(repeat (string :tag " Argument" )))
183
183
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
-
200
184
(defcustom haskell-process-do-cabal-format-string
201
185
" :!cd %s && %s"
202
186
" The way to run cabal comands. It takes two arguments -- the directory and the command.
You can’t perform that action at this time.
0 commit comments