Updated ghc to 7.8.2-r6

This commit is contained in:
Kyle Van Berendonck 2014-06-11 14:49:08 +10:00
parent 232a94e6f9
commit 4e5fab7dd1
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class Ghc < Cask
url 'https://github.com/ghcformacosx/ghc-dot-app/releases/download/v7.8.2-r5/ghc-7.8.2-r5.zip'
url 'https://github.com/ghcformacosx/ghc-dot-app/releases/download/v7.8.2-r6/ghc-7.8.2-r6.zip'
homepage 'http://ghcformacosx.github.io/'
version '7.8.2-r5'
sha256 '05f42227eae3905f19fe17cf11af469c3673df3fd48f1239ddfb2f2c9ee8e083'
version '7.8.2-r6'
sha256 '360ba6146fb927ac5492fee9df1bd426188d5c8656d663367a6f2893e28b5dcc'
link 'ghc-7.8.2.app'
caveats 'To add GHC to your PATH, launch the app and follow the included instructions.'
end