verion up.

This commit is contained in:
Kazu Yamamoto 2010-06-08 11:23:43 +09:00
parent 740ab2a054
commit dec8ab5134
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
Name: ghc-mod Name: ghc-mod
Version: 0.4.1 Version: 0.4.2
Author: Kazu Yamamoto <kazu@iij.ad.jp> 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
@ -29,7 +29,7 @@ Executable ghc-mod
else else
GHC-Options: -Wall GHC-Options: -Wall
Build-Depends: base >= 4.0 && < 5, ghc, ghc-paths, Build-Depends: base >= 4.0 && < 5, ghc, ghc-paths,
process, directory, filepath, hlint process, directory, filepath, hlint >= 1.7.1
Source-Repository head Source-Repository head
Type: git Type: git
Location: git://github.com/kazu-yamamoto/ghc-mod.git Location: git://github.com/kazu-yamamoto/ghc-mod.git