add license stanza to ghc

This commit is contained in:
Roland Walker 2014-10-01 11:32:57 -04:00
parent 6e6445f6ca
commit 60175c6193
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ class Ghc < Cask
url "https://github.com/ghcformacosx/ghc-dot-app/releases/download/v#{version}/ghc-#{version}.zip"
homepage 'http://ghcformacosx.github.io/'
license :oss
app 'ghc-7.8.3.app'
caveats 'To add GHC to your PATH, launch the app and follow the included instructions.'