Update GHC to 7.8.3-r0

This commit is contained in:
ndr 2014-07-11 18:32:25 +02:00
parent f0aaae94c7
commit 736df6117d
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
class Ghc < Cask
version '7.8.2-r8'
sha256 '48af1947cca885e2ac471e4185bcde55c6651154c4e2e98951dbf360a2855ea0'
version '7.8.3-r0'
sha256 '9123e9dd84e9957f47f2b80d642e9e100d2b5f6d8ac3e10615b153e91ca50d47'
url "https://github.com/ghcformacosx/ghc-dot-app/releases/download/v#{version}/ghc-#{version}.zip"
homepage 'http://ghcformacosx.github.io/'
link 'ghc-7.8.2.app'
link 'ghc-7.8.3.app'
caveats 'To add GHC to your PATH, launch the app and follow the included instructions.'
end