Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
d383ba85
Commit
d383ba85
authored
Jan 26, 2017
by
Oleg Grenrus
Browse files
Make new-test hidden for now
parent
8a533bb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
cabal-install/Main.hs
View file @
d383ba85
...
...
@@ -285,7 +285,7 @@ mainWorker args = topHandler $
,
regularCmd
CmdConfigure
.
configureCommand
CmdConfigure
.
configureAction
,
regularCmd
CmdBuild
.
buildCommand
CmdBuild
.
buildAction
,
regularCmd
CmdRepl
.
replCommand
CmdRepl
.
replAction
,
regular
Cmd
CmdTest
.
testCommand
CmdTest
.
testAction
,
hidden
Cmd
CmdTest
.
testCommand
CmdTest
.
testAction
,
regularCmd
CmdFreeze
.
freezeCommand
CmdFreeze
.
freezeAction
,
regularCmd
CmdHaddock
.
haddockCommand
CmdHaddock
.
haddockAction
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment