Commit 1ab0f771 authored by Zbigniew Siciarz's avatar Zbigniew Siciarz
Browse files

Updated cabal commands for Cabal 1.20

parent 859a37d4
...@@ -17,14 +17,15 @@ function _cabal_commands() { ...@@ -17,14 +17,15 @@ function _cabal_commands() {
subcommand) subcommand)
subcommands=( subcommands=(
"bench:Run the benchmark, if any (configure with UserHooks)" "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" "check:Check the package for common mistakes"
"clean:Clean up after a build" "clean:Clean up after a build"
"copy:Copy the files into the install locations" "copy:Copy the files into the install locations"
"configure:Prepare to build the package" "configure:Prepare to build the package"
"exec:Run a command with the cabal environment"
"fetch:Downloads packages for later installation" "fetch:Downloads packages for later installation"
"get:Gets a package's source code" "get:Gets a package's source code"
"haddock:Generate HAddock HTML documentation" "haddock:Generate Haddock HTML documentation"
"help:Help about commands" "help:Help about commands"
"hscolour:Generate HsColour colourised code, in HTML format" "hscolour:Generate HsColour colourised code, in HTML format"
"info:Display detailed information about a particular package" "info:Display detailed information about a particular package"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment