aboutsummaryrefslogtreecommitdiffstats
path: root/src/_cabal
Commit message (Collapse)AuthorAgeFilesLines
* Remove some compdefs that are available directly in zshJulien Nicoulaud2016-02-041-709/+0
|
* Merge pull request #300 from supki/masternicoulaj2016-02-041-54/+115
|\ | | | | cabal-install 1.22
| * cabal-install 1.22Matvey Aksenov2015-02-281-54/+115
| | | | | | | | | | | | | | | | | | | | | | | | * Add `cabal user-config` command * Add `cabal sandbox delete-source` subcommand * Drop nhc98- and hugs-related flags * Added ghcjs-related flags * New flags for `configure`, `fetch`, `freeze`, `install`, `register`, and `repl`
* | Correct misspellingsSyohei YOSHIDA2015-06-081-1/+1
|/
* Update _cabal completionMatvey Aksenov2014-04-201-16/+92
| | | | | | | | | | Adds support for cabal-install-1.20 features: * new `cabal freeze` command * new `cabal exec` command * new options (e.g. `--allow-newer`)
* Update cabal completionMatvey Aksenov2013-09-261-30/+126
| | | | | | | | | | | | | | | | | | | Added support for the new cabal-install-1.18 features: * `cabal repl`, `cabal run` and `cabal sandbox` commands are added * `cabal get` is an alternative name for the `cabal unpack` command * some commands received new options Also some unrelated enhancements: * generic `--with-PROG`, `--PROG-options`, and `--PROG-option` are replaced with real options (e.g. `--with-gcc`, `--gcc-options`, `--gcc-option` and the like) where possible * `cabal install` completion supports both [hackage] cabal packages and local .cabal files as arguments now
* Add cabal-install completion.Matvey Aksenov2012-11-291-0/+476