New in version 2015.8.0.
These states manage the installed packages for Haskell using cabal. Note that cabal-install must be installed for these states to be available, so cabal states should include a requisite to a pkg.installed state for the package which provides cabal (cabal-install
in case of Debian based distributions). Example:
.. code-block:: yaml
- cabal-install:
- pkg.installed
- ShellCheck:
- cabal.installed:
- require: - pkg: cabal-install
Verify that the given package is installed and is at the correct version (if specified).
ShellCheck-0.3.5: cabal: - installed:
cmd.run
. state function.Verify that given package is not installed.
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.cabal.html