Kazu Yamamoto 5e7c7aa87d usage hack.
2010-03-10 18:31:07 +09:00
2010-03-10 16:51:42 +09:00
2010-01-07 10:50:29 +09:00
2010-03-10 18:29:44 +09:00
2010-03-10 18:31:07 +09:00
2010-03-10 12:13:03 +09:00
2010-03-10 12:13:03 +09:00

		     Haskell Completion on Emacs

This package enables many completions for Haskell programming in Haskell.

The "ghc-mod" program written in Haskell is a backend to gather
completion information of Haskell modules with GHC.

Elisp libraries including ghc-mod is an extension to haskell-mode.
You should put the followings in your "~/.emacs.el":

(autoload 'ghc-init "ghc" nil t)
(add-hook 'haskell-mode-hook (lambda () (ghc-init)))
Description
No description provided
Readme 3.4 MiB
Languages
Haskell 77.9%
Emacs Lisp 13.6%
Cabal Config 5.7%
Shell 2.2%
TeX 0.3%
Other 0.3%