Skip to content

Commit

Permalink
Improve solver/init help messages (mention hpack)
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Feb 27, 2016
1 parent 456965f commit e7b331f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ commandLineHandler progName isInterpreter = complicatedOptions
templatesCmd
(pure ())
addCommand' "init"
"Initialize a stack project based on one or more cabal packages"
"Create stack project config from cabal or hpack package specifications"
initCmd
initOptsParser
addCommand' "solver"
"Use a dependency solver to try and determine missing extra-deps"
"Add missing extra-deps to stack project config"
solverCmd
solverOptsParser
addCommand' "setup"
Expand Down

0 comments on commit e7b331f

Please sign in to comment.