This commit is contained in:
Kazu Yamamoto 2012-02-16 17:46:39 +09:00
parent 8a8b4ae9fb
commit eda8edc345
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3 License: BSD3
License-File: LICENSE License-File: LICENSE
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/ Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
Synopsis: Happy Haskell programming on Emacs Synopsis: Happy Haskell programming on Emacs/Vim
Description: This packages includes Elisp files Description: This packages includes Elisp files
and a Haskell command, "ghc-mod". and a Haskell command, "ghc-mod".
"ghc*.el" enable completion of "ghc*.el" enable completion of
@ -15,6 +15,8 @@ Description: This packages includes Elisp files
It lists up all installed modules It lists up all installed modules
or extracts names of functions, classes, or extracts names of functions, classes,
and data declarations. and data declarations.
To use "ghc-mod" on Vim,
see <https://github.com/eagletmt/ghcmod-vim>
Category: Development Category: Development
Cabal-Version: >= 1.6 Cabal-Version: >= 1.6
Build-Type: Simple Build-Type: Simple