Skip to content

Commit

Permalink
Merge pull request #6930 from phadej/remove-new-from-help
Browse files Browse the repository at this point in the history
Remove new- command from help (there are v2-)
  • Loading branch information
phadej authored Jun 29, 2020
2 parents 1a493e7 + b3de78f commit b9eeda1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions cabal-install/Distribution/Client/Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -276,21 +276,6 @@ globalCommand commands = CommandUI {
, addCmd "hscolour"
, addCmd "exec"
, par
, startGroup "new-style projects (beta)"
, addCmd "new-build"
, addCmd "new-configure"
, addCmd "new-repl"
, addCmd "new-run"
, addCmd "new-test"
, addCmd "new-bench"
, addCmd "new-freeze"
, addCmd "new-haddock"
, addCmd "new-exec"
, addCmd "new-update"
, addCmd "new-install"
, addCmd "new-clean"
, addCmd "new-sdist"
, par
, startGroup "new-style projects (forwards-compatible aliases)"
, addCmd "v2-build"
, addCmd "v2-configure"
Expand Down

0 comments on commit b9eeda1

Please sign in to comment.