File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ getCmdOpt prgName args =
102
102
where
103
103
header =
104
104
" hackage-diff | Compare the public API of different versions of a Hackage library\n " ++
105
- " github.com/blitzcode/hackage-diff | www.blitzcode.net | (C) 2014 Tim C. Schroeder\n\n " ++
105
+ " github.com/blitzcode/hackage-diff | www.blitzcode.net | (C) 2016 Tim C. Schroeder\n\n " ++
106
106
" Usage: " ++ prgName ++ " [options] <package-name> <old-version|path> <new-version|path>"
107
107
footer =
108
108
" \n Examples:\n " ++
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ author: Tim C. Schroeder
68
68
maintainer : www.blitzcode.net
69
69
homepage : https://github.com/blitzcode/hackage-diff
70
70
bug-reports : https://github.com/blitzcode/hackage-diff/issues
71
- copyright : (C) 2014 Tim C. Schroeder
71
+ copyright : (C) 2016 Tim C. Schroeder
72
72
category : Distribution
73
73
build-type : Simple
74
74
-- extra-source-files:
You can’t perform that action at this time.
0 commit comments