From b3de78f627bf4838d45c5630b546e40e3534a7c4 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 29 Jun 2020 18:31:16 +0300 Subject: [PATCH] Remove new- command from help (there are v2-) --- cabal-install/Distribution/Client/Setup.hs | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/cabal-install/Distribution/Client/Setup.hs b/cabal-install/Distribution/Client/Setup.hs index 954678c23e0..3ed99701be1 100644 --- a/cabal-install/Distribution/Client/Setup.hs +++ b/cabal-install/Distribution/Client/Setup.hs @@ -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"