adding ghc-command.el in cabal.

This commit is contained in:
Kazu Yamamoto 2010-05-12 09:56:09 +09:00
parent 3c48a6017b
commit cf16c62c3a
3 changed files with 5 additions and 4 deletions

View File

@ -16,7 +16,7 @@ import Types
----------------------------------------------------------------
usage :: String
usage = "ghc-mod version 0.4.0\n"
usage = "ghc-mod version 0.4.1\n"
++ "Usage:\n"
++ "\t ghc-mod list\n"
++ "\t ghc-mod lang\n"

View File

@ -1,10 +1,11 @@
SRCS = ghc.el ghc-func.el ghc-doc.el ghc-comp.el ghc-flymake.el
SRCS = ghc.el ghc-func.el ghc-doc.el ghc-comp.el ghc-flymake.el ghc-command.el
EMACS = emacs
TEMPFILE = temp.el
all: $(TEMPFILE) ghc.el
$(EMACS) -batch -q -no-site-file -l ./$(TEMPFILE) -f ghc-compile
rm -f $(TEMPFILE)
$(TEMPFILE):
@echo '(setq load-path (cons "." load-path))' >> $(TEMPFILE)

View File

@ -1,5 +1,5 @@
Name: ghc-mod
Version: 0.4.0
Version: 0.4.1
Author: Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
License: BSD3
@ -20,7 +20,7 @@ Cabal-Version: >= 1.6
Build-Type: Simple
Data-Dir: elisp
Data-Files: Makefile ghc.el ghc-func.el ghc-doc.el ghc-comp.el
ghc-flymake.el
ghc-flymake.el ghc-command.el
Executable ghc-mod
Main-Is: GHCMod.hs
Other-Modules: List Browse Check Lang Lint Types