2010-01-06 05:38:06 +00:00
|
|
|
Name: ghc-mod
|
2012-02-14 04:37:31 +00:00
|
|
|
Version: 1.10.5
|
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-12 04:39:38 +00:00
|
|
|
Flymake is also integrated.
|
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
|
2011-12-27 07:28:02 +00:00
|
|
|
ghc-flymake.el ghc-command.el ghc-info.el ghc-ins-mod.el
|
2010-01-06 05:38:06 +00:00
|
|
|
Executable ghc-mod
|
2010-03-10 03:06:06 +00:00
|
|
|
Main-Is: GHCMod.hs
|
2012-01-23 04:18:40 +00:00
|
|
|
Other-Modules: List Browse Cabal CabalDev Check Info Lang Flag Lint Types ErrMsg Paths_ghc_mod
|
2010-04-06 13:54:23 +00:00
|
|
|
if impl(ghc >= 6.12)
|
2010-04-11 03:08:22 +00:00
|
|
|
GHC-Options: -Wall -fno-warn-unused-do-bind
|
2010-04-06 13:54:23 +00:00
|
|
|
else
|
2010-04-11 03:08:22 +00:00
|
|
|
GHC-Options: -Wall
|
2012-02-12 12:04:18 +00:00
|
|
|
Build-Depends: base >= 4.0 && < 5, ghc, ghc-paths, transformers, syb,
|
2011-11-26 13:38:46 +00:00
|
|
|
process, directory, filepath, old-time,
|
2012-02-06 09:07:32 +00:00
|
|
|
hlint >= 1.7.1, regex-posix, Cabal
|
2010-03-10 03:06:06 +00:00
|
|
|
Source-Repository head
|
|
|
|
Type: git
|
|
|
|
Location: git://github.com/kazu-yamamoto/ghc-mod.git
|