aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cabal-install.rb
AgeCommit message (Collapse)Author
2013-05-29cabal-install 1.16.0.2Mike McQuaid
2013-05-03use bash/zsh path helpersAdam Vandenberg
2012-10-20cabal-install: unset VERBOSE, fixes compile errornibbles 2bits
Cabal-install runs a series of commands that use the env var `VERBOSE` which has to be either unset or equal to `--verbose`. Doing a `brew install -v cabal-install` sets `VERBOSE=1` and breaks the build. - Unset `VERBOSE` Fixes #12155 Closes #15485. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-04-26cabal-install 0.14.0Zach Moazeni
Closes #11875. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-10cabal-install: style fixupJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-25cabal-install: Add bash completionLibor Wagner
The bash completion shipped with cabal-install package is now installed to bash_completion.d directory. Closes #8261. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-08-13cabal-install 0.10.2Miëtek Bak
The cabal-install package provides the cabal command-line tool which simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30cabal-install duplicates cabal in ghc, so removeAdam Vandenberg
2010-10-26Add formula for cabal-installFrank J. Cameron
Cabal is a system for building and packaging Haskell libraries and programs. It defines a common interface for package authors and distributors to easily build their applications in a portable way. cabal-install is the command line interface to Cabal and hackage. This is the package that provides the 'cabal' command line program. To make the process easier the cabal-install tarball contains a bootstrap.sh script which downloads and installs all three dependencies. http://www.haskell.org/cabal/ Signed-off-by: Adam Vandenberg <flangy@gmail.com>