From 3685d7104bd0c9511be8b588dccfc96c17877409 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Wed, 10 Mar 2010 12:06:06 +0900 Subject: [PATCH] clean up .cabal --- ghc-mod.cabal | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 29f4acb..f90e5ad 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -1,24 +1,24 @@ --- -*- mode: Text; indent-tabs-mode: nil; -*- Name: ghc-mod Version: 0.1 -Author: Kazu Yamamoto -Maintainer: Kazu Yamamoto +Author: Kazu Yamamoto +Maintainer: Kazu Yamamoto License: BSD3 -Homepage: http://www.mew.org/~kazu/ +License-File: LICENSE Synopsis: Extracting names from modules Description: "ghc-mod" lists up all installed modules or extracts names of functions, classes, and data declarations. "ghc-mod" is a - backend for completion on Emacs. + backend for Haskell completion on Emacs. Category: Development -Cabal-Version: >= 1.2 +Cabal-Version: >= 1.6 Build-Type: Simple Data-Dir: elisp Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el Executable ghc-mod - Main-Is: GHCMod.hs - GHC-Options: -Wall - Build-Depends: base >= 4.0, - parsec >= 2.0.0.0, - process >= 1.0, - haskell-src-exts >= 1.0 + Main-Is: GHCMod.hs + GHC-Options: -Wall + Build-Depends: base >= 4.0, + parsec, process, haskell-src-exts +Source-Repository head + Type: git + Location: git://github.com/kazu-yamamoto/ghc-mod.git