Added cabal freeze subcommand.

This commit is contained in:
Zbigniew Siciarz 2014-06-09 21:03:09 +02:00
parent 1ab0f771bc
commit 1274a5e3ab
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ function _cabal_commands() {
"configure:Prepare to build the package"
"exec:Run a command with the cabal environment"
"fetch:Downloads packages for later installation"
"freeze:Freeze dependencies."
"get:Gets a package's source code"
"haddock:Generate Haddock HTML documentation"
"help:Help about commands"