2010-01-06 14:38:06 +09:00
|
|
|
Name: ghc-mod
|
2012-02-08 18:33:10 +09:00
|
|
|
Version: 1.10.1
|
2010-03-10 12:06:06 +09:00
|
|
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
|
|
|
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
2010-01-06 14:38:06 +09:00
|
|
|
License: BSD3
|
2010-03-10 12:06:06 +09:00
|
|
|
License-File: LICENSE
|
2010-03-10 17:37:17 +09:00
|
|
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
2010-03-10 18:15:20 +09:00
|
|
|
Synopsis: Happy Haskell programming on Emacs
|
2010-03-10 17:33:42 +09:00
|
|
|
Description: This packages includes Elisp files
|
|
|
|
|
and a Haskell command, "ghc-mod".
|
2010-03-10 17:37:17 +09:00
|
|
|
"ghc*.el" enable completion of
|
2010-03-10 17:33:42 +09:00
|
|
|
Haskell symbols on Emacs.
|
2010-03-12 13:39:38 +09:00
|
|
|
Flymake is also integrated.
|
2010-03-10 17:37:17 +09:00
|
|
|
"ghc-mod" is a backend of "ghc*.el".
|
2010-03-10 17:33:42 +09:00
|
|
|
It lists up all installed modules
|
2010-02-19 23:43:03 +09:00
|
|
|
or extracts names of functions, classes,
|
2010-03-10 17:33:42 +09:00
|
|
|
and data declarations.
|
2010-01-06 14:38:06 +09:00
|
|
|
Category: Development
|
2010-03-10 12:06:06 +09:00
|
|
|
Cabal-Version: >= 1.6
|
2010-02-19 23:43:03 +09:00
|
|
|
Build-Type: Simple
|
2010-01-06 14:38:06 +09:00
|
|
|
Data-Dir: elisp
|
|
|
|
|
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
|
2011-12-27 16:28:02 +09:00
|
|
|
ghc-flymake.el ghc-command.el ghc-info.el ghc-ins-mod.el
|
2010-01-06 14:38:06 +09:00
|
|
|
Executable ghc-mod
|
2010-03-10 12:06:06 +09:00
|
|
|
Main-Is: GHCMod.hs
|
2012-01-22 20:18:40 -08:00
|
|
|
Other-Modules: List Browse Cabal CabalDev Check Info Lang Flag Lint Types ErrMsg Paths_ghc_mod
|
2010-04-06 22:54:23 +09:00
|
|
|
if impl(ghc >= 6.12)
|
2010-04-11 12:08:22 +09:00
|
|
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
2010-04-06 22:54:23 +09:00
|
|
|
else
|
2010-04-11 12:08:22 +09:00
|
|
|
GHC-Options: -Wall
|
2011-05-24 16:00:47 +09:00
|
|
|
Build-Depends: base >= 4.0 && < 5, ghc, ghc-paths, transformers,
|
2011-11-26 22:38:46 +09:00
|
|
|
process, directory, filepath, old-time,
|
2012-02-06 18:07:32 +09:00
|
|
|
hlint >= 1.7.1, regex-posix, Cabal
|
2010-03-10 12:06:06 +09:00
|
|
|
Source-Repository head
|
|
|
|
|
Type: git
|
|
|
|
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|