Commit Graph

14 Commits (8a0b4062069d71420e5bcc1948b3ccf5cb87adc1)

Author SHA1 Message Date
Mike McQuaid 7eb1d02373 cabal-install: add test. 2013-10-03 10:19:41 +01:00
Mike McQuaid c72b8a19c9 cabal-install: add bottles. 2013-10-03 09:55:52 +01:00
Darin Morrison c7dc0a9037 cabal-install 1.18.0.2
Fix hackage URL.

Closes Homebrew/homebrew#23007.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-03 07:50:15 +01:00
Darin Morrison 5deb5dd0f4 cabal-install: update to 1.18.0.1, sandbox build.
Use sandboxing support rather than ~/.ghc for build.

Closes Homebrew/homebrew#22416.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-12 14:48:05 +01:00
Mike McQuaid c67a2fe380 cabal-install 1.16.0.2 2013-05-29 10:20:49 +01:00
Adam Vandenberg 3d4f2dc9cd use bash/zsh path helpers 2013-05-03 11:03:42 -07:00
nibbles 2bits 6c111a70c0 cabal-install: unset VERBOSE, fixes compile error
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 Homebrew/homebrew#12155

Closes Homebrew/homebrew#15485.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-20 08:40:12 -07:00
Mike McQuaid 88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Zach Moazeni 06035ab828 cabal-install 0.14.0
Closes Homebrew/homebrew#11875.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-26 21:08:50 -05:00
Jack Nagel 155078a78d cabal-install: style fixup
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-10 00:39:05 -06:00
Libor Wagner 03455325ed cabal-install: Add bash completion
The bash completion shipped with cabal-install package is now installed
to bash_completion.d directory.

Closes Homebrew/homebrew#8261.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-25 11:12:21 -07:00
Miëtek Bak eced8b33fa cabal-install 0.10.2
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>
2011-08-13 09:47:57 -07:00
Adam Vandenberg 97b5a58c8d cabal-install duplicates cabal in ghc, so remove 2010-10-30 20:25:35 -07:00
Frank J. Cameron c51c411972 Add formula for cabal-install
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>
2010-10-26 09:46:57 -07:00