Commit Graph

3 Commits

Author SHA1 Message Date
Matvey Aksenov d34904f725 Update _cabal completion
Adds support for cabal-install-1.20 features:

  * new `cabal freeze` command

  * new `cabal exec` command

  * new options (e.g. `--allow-newer`)
2014-04-20 19:53:03 +04:00
Matvey Aksenov 951823c68c Update cabal completion
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
2013-09-26 01:39:05 +04:00
Matvey Aksenov aad3ce6ca7 Add cabal-install completion. 2012-11-29 12:51:39 +04:00