Skip to content

Commit

Permalink
Add :group to haskell-check-command.
Browse files Browse the repository at this point in the history
Ignore-this: f660b9dbf5d7d42eee939d4b485e6d40

darcs-hash:20091120201838-d4134-f80e38dd054d5981bfe34fbb699ebe1558c252dd.gz
  • Loading branch information
loveshack committed Nov 20, 2009
1 parent 7296c2d commit 7979a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions haskell-mode.el
Expand Up @@ -543,6 +543,7 @@ If nil, use the Hoogle web-site."

(defcustom haskell-check-command "hlint"
"*Command used to check a Haskell file."
:group 'haskell
:type '(choice (const "hlint")
(const "ghc -fno-code")
(string :tag "Other command")))
Expand Down

0 comments on commit 7979a4d

Please sign in to comment.