File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog for HLint
2
2
3
+ Update the copyright year to 2012
3
4
#564, allow brackets and type signatures on annotations
4
5
Add a note that about using !! if the index is negative
5
6
1.8.31
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ exitWithHelp = do
157
157
158
158
159
159
versionText :: String
160
- versionText = " HLint v" ++ showVersion version ++ " , (C) Neil Mitchell 2006-2011 \n "
160
+ versionText = " HLint v" ++ showVersion version ++ " , (C) Neil Mitchell 2006-2012 \n "
161
161
162
162
163
163
helpText :: String
Original file line number Diff line number Diff line change 1
1
{-
2
2
HLint, Haskell source code suggestions
3
- Copyright (C) 2006-2011 , Neil Mitchell
3
+ Copyright (C) 2006-2012 , Neil Mitchell
4
4
5
5
This program is free software; you can redistribute it and/or modify
6
6
it under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments