hack for release.

This commit is contained in:
Kazu Yamamoto 2010-03-10 17:37:17 +09:00
parent 3c9aea33d8
commit cb7e4c42fb
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@ import Text.ParserCombinators.Parsec
----------------------------------------------------------------
usage :: String
usage = "ghc-mod putStrLn version 0.1\n"
usage = "ghc-mod putStrLn version 0.1.0\n"
++ "Usage:\n"
++ "\t ghc-mod list\n"
++ "\t ghc-mod browse <module>\n"

View File

@ -4,12 +4,13 @@ Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3
License-File: LICENSE
Homepage: http://www.mew.org/~kazu/proj/ghc-mod/
Synopsis: Happy Haskell completion on Emacs
Description: This packages includes Elisp files
and a Haskell command, "ghc-mod".
"ghc.el" enables completion of
"ghc*.el" enable completion of
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
or extracts names of functions, classes,
and data declarations.