clean up .cabal
This commit is contained in:
parent
a7c09d35b0
commit
3685d7104b
@ -1,24 +1,24 @@
|
|||||||
-- -*- mode: Text; indent-tabs-mode: nil; -*-
|
|
||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0.1
|
Version: 0.1
|
||||||
Author: Kazu Yamamoto <kazu@Mew.org>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
Maintainer: Kazu Yamamoto <kazu@Mew.org>
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
License: BSD3
|
||||||
Homepage: http://www.mew.org/~kazu/
|
License-File: LICENSE
|
||||||
Synopsis: Extracting names from modules
|
Synopsis: Extracting names from modules
|
||||||
Description: "ghc-mod" lists up all installed modules
|
Description: "ghc-mod" lists up all installed modules
|
||||||
or extracts names of functions, classes,
|
or extracts names of functions, classes,
|
||||||
and data declarations. "ghc-mod" is a
|
and data declarations. "ghc-mod" is a
|
||||||
backend for completion on Emacs.
|
backend for Haskell completion on Emacs.
|
||||||
Category: Development
|
Category: Development
|
||||||
Cabal-Version: >= 1.2
|
Cabal-Version: >= 1.6
|
||||||
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
|
||||||
Executable ghc-mod
|
Executable ghc-mod
|
||||||
Main-Is: GHCMod.hs
|
Main-Is: GHCMod.hs
|
||||||
GHC-Options: -Wall
|
GHC-Options: -Wall
|
||||||
Build-Depends: base >= 4.0,
|
Build-Depends: base >= 4.0,
|
||||||
parsec >= 2.0.0.0,
|
parsec, process, haskell-src-exts
|
||||||
process >= 1.0,
|
Source-Repository head
|
||||||
haskell-src-exts >= 1.0
|
Type: git
|
||||||
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|
||||||
|
Loading…
Reference in New Issue
Block a user