We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d54e99 commit b6f7c82Copy full SHA for b6f7c82
haskell-process.el
@@ -77,7 +77,7 @@
77
'("-ferror-spans")
78
"Any arguments for starting ghci."
79
:group 'haskell-interactive
80
- :type '(choice list))
+ :type '(repeat (string :tag "Argument")))
81
82
(defcustom haskell-process-args-cabal-repl
83
'("--ghc-option=-ferror-spans")
0 commit comments