From 02107364ca22b7ea27e091c4f73975889b251890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arthur=20Fayzrakhmanov=20=28=D0=90=D1=80=D1=82=D1=83=D1=80?= =?UTF-8?q?=20=D0=A4=D0=B0=D0=B9=D0=B7=D1=80=D0=B0=D1=85=D0=BC=D0=B0=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=29?= Date: Tue, 2 Feb 2016 13:00:25 +0500 Subject: [PATCH] Fix snapshot build --- haskell-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)