diff --git a/haskell-mode.el b/haskell-mode.el index d45384e32..62fabad2a 100644 --- a/haskell-mode.el +++ b/haskell-mode.el @@ -830,7 +830,8 @@ Note that negative arguments do not work so well." (defcustom haskell-indent-spaces 2 "Number of spaces to indent inwards." - :group 'haskell) + :group 'haskell + :type 'integer) ;; Like Python. Should be abstracted, sigh. (defun haskell-check (command)