Skip to content

Commit

Permalink
Add another 2024 note
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Jan 14, 2024
1 parent a0c5fed commit 551fe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CmdLine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ mode = cmdArgsMode $ modes
,"To check all Haskell files in 'src' and generate a report type:"
," hlint src --report"]
] &= program "hlint" &= verbosity
&= summary ("HLint v" ++ showVersion version ++ ", (C) Neil Mitchell 2006-2023")
&= summary ("HLint v" ++ showVersion version ++ ", (C) Neil Mitchell 2006-2024")
where
nam xs = nam_ xs &= name [head xs]
nam_ xs = def &= explicit &= name xs
Expand Down

0 comments on commit 551fe9a

Please sign in to comment.