We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a533bb commit d383ba8Copy full SHA for d383ba8
cabal-install/Main.hs
@@ -285,7 +285,7 @@ mainWorker args = topHandler $
285
, regularCmd CmdConfigure.configureCommand CmdConfigure.configureAction
286
, regularCmd CmdBuild.buildCommand CmdBuild.buildAction
287
, regularCmd CmdRepl.replCommand CmdRepl.replAction
288
- , regularCmd CmdTest.testCommand CmdTest.testAction
+ , hiddenCmd CmdTest.testCommand CmdTest.testAction
289
, regularCmd CmdFreeze.freezeCommand CmdFreeze.freezeAction
290
, regularCmd CmdHaddock.haddockCommand CmdHaddock.haddockAction
291
]
0 commit comments