ghc@8.8: add linux resource
parent
18439e5f60
commit
0211fbc317
|
@ -31,8 +31,15 @@ class GhcAT88 < Formula
|
|||
# "This is a distribution for Mac OS X, 10.7 or later."
|
||||
# A binary of ghc is needed to bootstrap ghc
|
||||
resource "binary" do
|
||||
url "https://downloads.haskell.org/~ghc/8.8.3/ghc-8.8.3-x86_64-apple-darwin.tar.xz"
|
||||
sha256 "7016de90dd226b06fc79d0759c5d4c83c2ab01d8c678905442c28bd948dbb782"
|
||||
on_macos do
|
||||
url "https://downloads.haskell.org/~ghc/8.8.3/ghc-8.8.3-x86_64-apple-darwin.tar.xz"
|
||||
sha256 "7016de90dd226b06fc79d0759c5d4c83c2ab01d8c678905442c28bd948dbb782"
|
||||
end
|
||||
|
||||
on_linux do
|
||||
url "https://downloads.haskell.org/~ghc/8.8.3/ghc-8.8.3-x86_64-deb8-linux.tar.xz"
|
||||
sha256 "92b9fadc442976968d2c190c14e000d737240a7d721581cda8d8741b7bd402f0"
|
||||
end
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue