updating cabal file.

This commit is contained in:
Kazu Yamamoto 2013-05-21 11:04:54 +09:00
parent 8dc1e1094f
commit 3ee2688732

View File

@ -5,26 +5,24 @@ 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/Vim Synopsis: Happy Haskell Programming
Description: This packages includes Elisp files Description: The ghc-mod command is a backend command to enrich
and a Haskell command, "ghc-mod". Haskell programming on editors including
"ghc*.el" enable completion of Emacs, Vim, and Sublime.
Haskell symbols on Emacs. The ghc-mod command is based on ghc-mod library
Flymake is also integrated. which is a wrapper of GHC API.
"ghc-mod" is a backend of "ghc*.el". This package includes the ghc-mod command,
It lists up all installed modules the ghc-mod library, and "Emacs front-end
or extracts names of functions, classes, (for historical reasons).
and data declarations. For more information, please see ts home page.
To use "ghc-mod" on Vim,
see <https://github.com/eagletmt/ghcmod-vim> or
<https://github.com/scrooloose/syntastic>
Category: Development Category: Development
Cabal-Version: >= 1.10 Cabal-Version: >= 1.10
Build-Type: Simple Build-Type: Simple
Data-Dir: elisp Data-Dir: elisp
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
ghc-flymake.el ghc-command.el ghc-info.el ghc-flymake.el ghc-command.el ghc-info.el
ghc-ins-mod.el ghc-indent.el ghc-ins-mod.el ghc-indent.el ghc-pkg.el
Extra-Source-Files: ChangeLog Extra-Source-Files: ChangeLog
test/data/*.cabal test/data/*.cabal
test/data/*.hs test/data/*.hs