1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Added cabal freeze subcommand.

This commit is contained in:
Zbigniew Siciarz 2014-06-09 21:03:09 +02:00
parent 1ab0f771bc
commit 1274a5e3ab

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"