summaryrefslogtreecommitdiff
path: root/plugins/cabal
AgeCommit message (Collapse)Author
2015-02-22Merge pull request #2346 from zsiciarz/masterRobby Russell
Updated cabal plugin with Cabal 1.18-1.20 commands.
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-06-09Added cabal freeze subcommand.Zbigniew Siciarz
2014-06-08Updated cabal commands for Cabal 1.20Zbigniew Siciarz
2014-06-08Fixed typo in cabal plugin.Zbigniew Siciarz
2014-06-08Updated cabal plugin with Cabal 1.18 commands.Zbigniew Siciarz
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