cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / ghc.rb
blob935047ccdc5fc05077fae6f575a92ab6a19d4301
1 cask :v1 => 'ghc' do
2   version '7.8.3-r1'
3   sha256 '4f48e373f3fa682c8c29e2128038c040e69d7852a8529173f53105027199c21c'
5   url "https://github.com/ghcformacosx/ghc-dot-app/releases/download/v#{version}/ghc-#{version}.zip"
6   homepage 'http://ghcformacosx.github.io/'
7   license :oss
9   app 'ghc-7.8.3.app'
10   caveats 'To add GHC to your PATH, launch the app and follow the included instructions.'
11 end