diff options
| author | Jack Nagel | 2014-09-08 16:33:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-08 16:35:26 -0500 |
| commit | 1e9fb520b17fffe1d6559b054a05f1a3abaae079 (patch) | |
| tree | 53025713e63bfd762bcd8d07e6a03cbe4f054702 /Library/Homebrew | |
| parent | 833d5fa1846cc9e5934398eb4c5f5e8beb405ce8 (diff) | |
| download | homebrew-1e9fb520b17fffe1d6559b054a05f1a3abaae079.tar.bz2 | |
Remove haskell-platform
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.
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 7286fe2de..9eeb696e5 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -87,5 +87,13 @@ def blacklisted? name http://www.playframework.com/documentation/2.3.x/Migration23 http://www.playframework.com/documentation/2.3.x/Highlights23 EOS + when 'haskell-platform' then <<-EOS.undent + We no longer package haskell-platform. Consider installing ghc + and cabal-install instead: + brew install ghc cabal-install + + A binary installer is available: + https://www.haskell.org/platform/mac.html + EOS end end |
