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 Homebrew/homebrew#31609.
This commit is contained in:
parent
f4d87d41be
commit
fbc5d6c31f
@ -87,5 +87,13 @@ def blacklisted? name
|
|||||||
http://www.playframework.com/documentation/2.3.x/Migration23
|
http://www.playframework.com/documentation/2.3.x/Migration23
|
||||||
http://www.playframework.com/documentation/2.3.x/Highlights23
|
http://www.playframework.com/documentation/2.3.x/Highlights23
|
||||||
EOS
|
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
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user