summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorZbigniew Siciarz <antyqjon@gmail.com>2014-06-08 12:08:02 +0200
committerZbigniew Siciarz <antyqjon@gmail.com>2014-06-08 12:14:41 +0200
commit1ab0f771bc85bbdd86d14e616281cc138c3afe91 (patch)
tree79e8da8a03ef5a891c3f03ecfca59f743d0b5ceb /plugins
parent859a37d4f14838b20d09b8d7814f270d9b54b8e5 (diff)
downloadzsh-1ab0f771bc85bbdd86d14e616281cc138c3afe91.tar.gz
zsh-1ab0f771bc85bbdd86d14e616281cc138c3afe91.tar.bz2
zsh-1ab0f771bc85bbdd86d14e616281cc138c3afe91.zip
Updated cabal commands for Cabal 1.20
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cabal/cabal.plugin.zsh5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/cabal/cabal.plugin.zsh b/plugins/cabal/cabal.plugin.zsh
index 3e611ddcc..b59438f98 100644
--- a/plugins/cabal/cabal.plugin.zsh
+++ b/plugins/cabal/cabal.plugin.zsh
@@ -17,14 +17,15 @@ function _cabal_commands() {
subcommand)
subcommands=(
"bench:Run the benchmark, if any (configure with UserHooks)"
- "build:Make this package ready for installation"
+ "build:Compile all targets or specific target."
"check:Check the package for common mistakes"
"clean:Clean up after a build"
"copy:Copy the files into the install locations"
"configure:Prepare to build the package"
+ "exec:Run a command with the cabal environment"
"fetch:Downloads packages for later installation"
"get:Gets a package's source code"
- "haddock:Generate HAddock HTML documentation"
+ "haddock:Generate Haddock HTML documentation"
"help:Help about commands"
"hscolour:Generate HsColour colourised code, in HTML format"
"info:Display detailed information about a particular package"