]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/cabal/README.md
b1106c40feff48af770dc591e3633a9511fe562c
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / cabal / README.md
1 # Cabal
2
3 This plugin provides completion for [Cabal](https://www.haskell.org/cabal/), a build tool for Haskell. It
4 also provides a function `cabal_sandbox_info` that prints whether the current working directory is in a sandbox.
5
6 To use it, add cabal to the plugins array of your zshrc file:
7 ```
8 plugins=(... cabal)
9 ```