ghc-mod/ghc-mod.cabal

63 lines
2.2 KiB
Plaintext
Raw Normal View History

2010-01-06 05:38:06 +00:00
Name: ghc-mod
2012-02-15 02:22:55 +00:00
Version: 1.10.6
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-02-16 05:44:20 +00:00
Other-Modules: Browse
2012-02-14 07:09:53 +00:00
Cabal
CabalDev
Check
ErrMsg
Flag
GHCApi
2012-02-16 05:44:20 +00:00
GHCChoice
2012-02-14 07:09:53 +00:00
Gap
Info
Lang
Lint
List
Paths_ghc_mod
Types
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-14 07:09:53 +00:00
Build-Depends: base >= 4.0 && < 5
, Cabal
, directory
, filepath
, ghc
, ghc-paths
, ghc-syb-utils
2012-02-14 07:09:53 +00:00
, hlint >= 1.7.1
2012-02-16 05:44:20 +00:00
, io-choice
2012-02-14 07:09:53 +00:00
, old-time
, process
, regex-posix
, syb
, transformers
2010-03-10 03:06:06 +00:00
Source-Repository head
Type: git
Location: git://github.com/kazu-yamamoto/ghc-mod.git