ghc-mod/ghc-mod.cabal

29 lines
1.1 KiB
Plaintext
Raw Normal View History

2010-01-06 05:38:06 +00:00
Name: ghc-mod
2010-03-10 08:33:42 +00:00
Version: 0.1.0
2010-03-10 03:06:06 +00:00
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
2010-01-06 05:38:06 +00:00
License: BSD3
2010-03-10 03:06:06 +00:00
License-File: LICENSE
2010-03-10 08:33:42 +00:00
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
2010-02-19 14:43:03 +00:00
or extracts names of functions, classes,
2010-03-10 08:33:42 +00:00
and data declarations.
2010-01-06 05:38:06 +00:00
Category: Development
2010-03-10 03:06:06 +00:00
Cabal-Version: >= 1.6
2010-02-19 14:43:03 +00:00
Build-Type: Simple
2010-01-06 05:38:06 +00:00
Data-Dir: elisp
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
Executable ghc-mod
2010-03-10 03:06:06 +00:00
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