| Age | Commit message (Collapse) | Author |
|
|
|
Closes #38273.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Also modernize the formula and its contents a bit.
Closes #37489.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
Closes #35642.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
See #33314.
|
|
|
|
The latest version haskell-platform features an entirely different
build system that does not play well with Homebrew, so it is being
removed in favor of the ghc and cabal-install formulae.
The binary installer can also be used instead:
https://www.haskell.org/platform/mac.html
Closes #31609.
|
|
Closes #32165.
|
|
|
|
|
|
|
|
Closes #31623.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
Closes #30191.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #29095.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #28590.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #28344.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
These need to be updated to reflect changes to relocation.
|
|
|
|
|
|
Fix hackage URL.
Closes #23007.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Use sandboxing support rather than ~/.ghc for build.
Closes #22416.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
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>
|
|
Closes #14653.
|
|
Closes #11875.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
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>
|
|
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>
|
|
|
|
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>
|