Skip to content

Commit b6f7c82

Browse files
committed
Fix type of `haskell-process-args-ghci' defcustom
1 parent 4d54e99 commit b6f7c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-process.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
'("-ferror-spans")
7878
"Any arguments for starting ghci."
7979
:group 'haskell-interactive
80-
:type '(choice list))
80+
:type '(repeat (string :tag "Argument")))
8181

8282
(defcustom haskell-process-args-cabal-repl
8383
'("--ghc-option=-ferror-spans")

0 commit comments

Comments
 (0)