We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 511aa35 commit 48dfdfaCopy full SHA for 48dfdfa
haskell-commands.el
@@ -46,7 +46,7 @@
46
(defcustom haskell-mode-stylish-haskell-args nil
47
"Arguments to pass to program specified by haskell-mode-stylish-haskell-path."
48
:group 'haskell
49
- :type 'list)
+ :type '(list string))
50
51
(defcustom haskell-interactive-set-+c
52
t
0 commit comments