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 = "ghc-mod version 0.4.1\n"
usage = "ghc-mod version 0.4.2\n"
++ "Usage:\n"
++ "\t ghc-mod list\n"
++ "\t ghc-mod lang\n"

View File

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