Skip to content

Commit 7536878

Browse files
committed
Merge pull request #1128 from geraldus/gman/fix-1126
Fix snapshot build
2 parents 4e126e1 + 0210736 commit 7536878

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

haskell-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,8 @@ Note that negative arguments do not work so well."
830830

831831
(defcustom haskell-indent-spaces 2
832832
"Number of spaces to indent inwards."
833-
:group 'haskell)
833+
:group 'haskell
834+
:type 'integer)
834835

835836
;; Like Python. Should be abstracted, sigh.
836837
(defun haskell-check (command)

0 commit comments

Comments
 (0)