From d5d726b645b303a9baeb089f5765e046d4d965df Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Fri, 18 Sep 2015 11:37:00 +0900 Subject: [PATCH 1/2] Specify minimum Emacs version --- elisp/ghc-pkg.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/elisp/ghc-pkg.el b/elisp/ghc-pkg.el index 79e57b886..47bbef354 100644 --- a/elisp/ghc-pkg.el +++ b/elisp/ghc-pkg.el @@ -2,4 +2,5 @@ "ghc" 2.0.0 "Sub mode for Haskell mode" - '((haskell-mode "13.0"))) + '((emacs "24.3") + (haskell-mode "13.0"))) From 2e9d75accf9a18101446d84dfaafe68a5e0abf12 Mon Sep 17 00:00:00 2001 From: Syohei YOSHIDA Date: Fri, 18 Sep 2015 11:46:13 +0900 Subject: [PATCH 2/2] Specify parent group --- elisp/ghc.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/elisp/ghc.el b/elisp/ghc.el index 82c4fe52b..793289e14 100644 --- a/elisp/ghc.el +++ b/elisp/ghc.el @@ -30,7 +30,9 @@ (defconst ghc-version "5.4.0.0") -(defgroup ghc-mod '() "ghc-mod customization") +(defgroup ghc-mod '() + "ghc-mod customization" + :group 'haskell) ;; (eval-when-compile ;; (require 'haskell-mode))