Skip to content

Commit

Permalink
Add Stack's support for the Haskell Error Index to stack --help
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Nov 19, 2022
1 parent 7d88a7e commit 025363b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ commandLineHandler currentDir progName isInterpreter = complicatedOptions
"stack - The Haskell Tool Stack"
""
"Stack's documentation is available at https://docs.haskellstack.org/. \
\Command 'stack COMMAND --help' for help about a Stack command."
\Command 'stack COMMAND --help' for help about a Stack command. Stack also \
\supports the Haskell Error Index at https://errors.haskell.org/."
(globalOpts OuterGlobalOpts)
(Just failureCallback)
addCommands
Expand Down

0 comments on commit 025363b

Please sign in to comment.