diff --git a/GHCMod.hs b/GHCMod.hs index 173ecce..72e88c2 100644 --- a/GHCMod.hs +++ b/GHCMod.hs @@ -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 \n" diff --git a/ghc-mod.cabal b/ghc-mod.cabal index 64a3924..cef7917 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -4,12 +4,13 @@ Author: Kazu Yamamoto Maintainer: Kazu Yamamoto 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.