summaryrefslogtreecommitdiff
path: root/plugins/cabal
AgeCommit message (Collapse)Author
2015-02-11Added cab autocompletion to the cabal plugin.Ashley Valent
cab is a wrapper for ghc-pkg and cabal that provides some nice features like listing outdated packages. See https://hackage.haskell.org/package/cab for more details on the cab program.
2014-02-18Add cabal_sandbox_info functionBrian McKenna
Reports whether the current working directory is within a sandbox. Useful to check before installing Cabal packages into the global registry.
2013-06-05A cabal plugin based on the lein pluginTrev