hack for release.
This commit is contained in:
parent
3c9aea33d8
commit
cb7e4c42fb
@ -16,7 +16,7 @@ import Text.ParserCombinators.Parsec
|
|||||||
----------------------------------------------------------------
|
----------------------------------------------------------------
|
||||||
|
|
||||||
usage :: String
|
usage :: String
|
||||||
usage = "ghc-mod putStrLn version 0.1\n"
|
usage = "ghc-mod putStrLn version 0.1.0\n"
|
||||||
++ "Usage:\n"
|
++ "Usage:\n"
|
||||||
++ "\t ghc-mod list\n"
|
++ "\t ghc-mod list\n"
|
||||||
++ "\t ghc-mod browse <module>\n"
|
++ "\t ghc-mod browse <module>\n"
|
||||||
|
@ -4,12 +4,13 @@ Author: Kazu Yamamoto <kazu@iij.ad.jp>
|
|||||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-File: LICENSE
|
License-File: LICENSE
|
||||||
|
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
|
||||||
Synopsis: Happy Haskell completion on Emacs
|
Synopsis: Happy Haskell completion on Emacs
|
||||||
Description: This packages includes Elisp files
|
Description: This packages includes Elisp files
|
||||||
and a Haskell command, "ghc-mod".
|
and a Haskell command, "ghc-mod".
|
||||||
"ghc.el" enables completion of
|
"ghc*.el" enable completion of
|
||||||
Haskell symbols on Emacs.
|
Haskell symbols on Emacs.
|
||||||
"ghc-mod" is a backend of "ghc.el".
|
"ghc-mod" is a backend of "ghc*.el".
|
||||||
It lists up all installed modules
|
It lists up all installed modules
|
||||||
or extracts names of functions, classes,
|
or extracts names of functions, classes,
|
||||||
and data declarations.
|
and data declarations.
|
||||||
|
Loading…
Reference in New Issue
Block a user