doc update.

This commit is contained in:
Kazu Yamamoto 2010-05-12 15:42:28 +09:00
parent dc9c2c7fce
commit cd708e28f6
1 changed files with 8 additions and 4 deletions

12
README
View File

@ -1,10 +1,14 @@
Haskell Completion on Emacs
Happy Haskell programming on Emacs
This package enables many completions for Haskell programming in Haskell.
Flymake is also integrated.
Features:
1) Completions of keyword, module, class, function, types,
language extensions, etc.
2) Flymake with GHC and hlint
3) Inserting code template
The "ghc-mod" program written in Haskell is a backend to gather
information from GHC.
information from GHC and hlint.
Elisp libraries including ghc-mod is an extension to haskell-mode.
You should put the followings in your "~/.emacs.el":