Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
1ab0f771
Commit
1ab0f771
authored
Jun 08, 2014
by
Zbigniew Siciarz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated cabal commands for Cabal 1.20
parent
859a37d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
cabal.plugin.zsh
plugins/cabal/cabal.plugin.zsh
+3
-2
No files found.
plugins/cabal/cabal.plugin.zsh
View file @
1ab0f771
...
...
@@ -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 H
A
ddock HTML documentation"
"haddock:Generate H
a
ddock HTML documentation"
"help:Help about commands"
"hscolour:Generate HsColour colourised code, in HTML format"
"info:Display detailed information about a particular package"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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