From eda8edc345125eb1b93018915871409b586a27f0 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Thu, 16 Feb 2012 17:46:39 +0900 Subject: [PATCH] add desc --- ghc-mod.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index b4cc97a..4e7ff82 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -5,7 +5,7 @@ Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE 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 and a Haskell command, "ghc-mod". "ghc*.el" enable completion of @@ -15,6 +15,8 @@ Description: This packages includes Elisp files It lists up all installed modules or extracts names of functions, classes, and data declarations. + To use "ghc-mod" on Vim, + see Category: Development Cabal-Version: >= 1.6 Build-Type: Simple