ghc-mod/ghc-mod.cabal

33 lines
1.3 KiB
Plaintext
Raw Normal View History

2010-01-06 05:38:06 +00:00
Name: ghc-mod
2010-03-12 04:37:19 +00:00
Version: 0.2.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:37:17 +00:00
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
2010-03-10 09:15:20 +00:00
Synopsis: Happy Haskell programming on Emacs
2010-03-10 08:33:42 +00:00
Description: This packages includes Elisp files
and a Haskell command, "ghc-mod".
2010-03-10 08:37:17 +00:00
"ghc*.el" enable completion of
2010-03-10 08:33:42 +00:00
Haskell symbols on Emacs.
2010-03-10 08:37:17 +00:00
"ghc-mod" is a backend of "ghc*.el".
2010-03-10 08:33:42 +00:00
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
2010-03-12 04:35:25 +00:00
ghc-flymake.el
2010-01-06 05:38:06 +00:00
Executable ghc-mod
2010-03-10 03:06:06 +00:00
Main-Is: GHCMod.hs
2010-03-12 04:35:25 +00:00
Other-Modules: List Browse Check Param
2010-03-10 03:06:06 +00:00
GHC-Options: -Wall
2010-03-10 09:29:44 +00:00
Build-Depends: base >= 4.0 && < 10,
2010-03-11 13:39:07 +00:00
parsec >= 3, process, haskell-src-exts,
2010-03-11 10:03:17 +00:00
unix, directory, filepath
2010-03-10 03:06:06 +00:00
Source-Repository head
Type: git
Location: git://github.com/kazu-yamamoto/ghc-mod.git