From 3c9aea33d82d562af7d6100fc6851d4e9d1baa7c Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 10 Mar 2010 17:33:42 +0900 Subject: [PATCH] explanation in .cabal. --- ghc-mod.cabal | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index f90e5ad..64a3924 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,14 +1,18 @@ Name: ghc-mod -Version: 0.1 +Version: 0.1.0 Author: Kazu Yamamoto Maintainer: Kazu Yamamoto License: BSD3 License-File: LICENSE -Synopsis: Extracting names from modules -Description: "ghc-mod" lists up all installed modules +Synopsis: Happy Haskell completion on Emacs +Description: This packages includes Elisp files + and a Haskell command, "ghc-mod". + "ghc.el" enables completion of + Haskell symbols on Emacs. + "ghc-mod" is a backend of "ghc.el". + It lists up all installed modules or extracts names of functions, classes, - and data declarations. "ghc-mod" is a - backend for Haskell completion on Emacs. + and data declarations. Category: Development Cabal-Version: >= 1.6 Build-Type: Simple