Update cabal meta data
This commit is contained in:
parent
80d91776c5
commit
744f2c232c
@ -1,7 +1,7 @@
|
|||||||
Name: ghc-mod
|
Name: ghc-mod
|
||||||
Version: 0
|
Version: 0
|
||||||
Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
Author: Kazu Yamamoto <kazu@iij.ad.jp>,
|
||||||
Daniel Gröber <dxld@darkboxed.org>
|
Daniel Gröber <dxld@darkboxed.org>,
|
||||||
Alejandro Serrano <trupill@gmail.com>
|
Alejandro Serrano <trupill@gmail.com>
|
||||||
Maintainer: Daniel Gröber <dxld@darkboxed.org>
|
Maintainer: Daniel Gröber <dxld@darkboxed.org>
|
||||||
License: AGPL-3
|
License: AGPL-3
|
||||||
@ -9,17 +9,21 @@ License-File: LICENSE
|
|||||||
License-Files: COPYING.BSD3 COPYING.AGPL3
|
License-Files: COPYING.BSD3 COPYING.AGPL3
|
||||||
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Synopsis: Happy Haskell Programming
|
Synopsis: Happy Haskell Programming
|
||||||
Description: The ghc-mod command is a backend command to enrich
|
Description:
|
||||||
Haskell programming on editors including
|
ghc-mod is a backend program to enrich Haskell programming in editors. It
|
||||||
Emacs, Vim, and Sublime.
|
strives to offer most of the features one has come to expect from modern IDEs
|
||||||
The ghc-mod command is based on ghc-mod library
|
in any editor.
|
||||||
which is a wrapper of GHC API.
|
|
||||||
This package includes the ghc-mod command,
|
ghc-mod provides a library for other haskell programs to use as well as a
|
||||||
the ghc-mod library, and Emacs front-end
|
standalone program for easy editor integration. All of the fundamental
|
||||||
(for historical reasons).
|
functionality of the frontend program can be accessed through the library
|
||||||
|
however many implementation details are hidden and if you want to
|
||||||
|
significantly extend ghc-mod you should submit these changes upstream instead
|
||||||
|
of implementing them on top of the library.
|
||||||
|
|
||||||
For more information, please see its home page.
|
For more information, please see its home page.
|
||||||
|
|
||||||
Category: Development
|
Category: GHC, Development
|
||||||
Cabal-Version: >= 1.16
|
Cabal-Version: >= 1.16
|
||||||
Build-Type: Custom
|
Build-Type: Custom
|
||||||
Data-Files: elisp/Makefile
|
Data-Files: elisp/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user