Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

Fix package #614

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion elisp/ghc-pkg.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
"ghc"
2.0.0
"Sub mode for Haskell mode"
'((haskell-mode "13.0")))
'((emacs "24.3")
(haskell-mode "13.0")))
4 changes: 3 additions & 1 deletion elisp/ghc.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down