homebrew-cask/Casks/ghc.rb

12 lines
392 B
Ruby
Raw Normal View History

2014-05-26 13:20:44 +08:00
class Ghc < Cask
2014-08-03 01:24:42 +08:00
version '7.8.3-r1'
sha256 '4f48e373f3fa682c8c29e2128038c040e69d7852a8529173f53105027199c21c'
2014-07-02 09:07:22 +08:00
url "https://github.com/ghcformacosx/ghc-dot-app/releases/download/v#{version}/ghc-#{version}.zip"
homepage 'http://ghcformacosx.github.io/'
2014-10-01 23:32:57 +08:00
license :oss
2014-09-16 00:05:37 +08:00
app 'ghc-7.8.3.app'
2014-05-26 13:20:44 +08:00
caveats 'To add GHC to your PATH, launch the app and follow the included instructions.'
end