diff options
| author | Sudish Joseph | 2010-05-01 14:14:59 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-01 13:27:07 -0700 |
| commit | abfa30808b310fb1ae686e4269ed374ab2b1c7e7 (patch) | |
| tree | 338d11ef8e1041d3430d83238dad2d983bfc251a | |
| parent | 88468879c84e63ffec974efa8add71ab8546b7fa (diff) | |
| download | homebrew-abfa30808b310fb1ae686e4269ed374ab2b1c7e7.tar.bz2 | |
Updated ghc to 6.12.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/ghc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb index ca62f58b0..d11c7ba0a 100644 --- a/Library/Formula/ghc.rb +++ b/Library/Formula/ghc.rb @@ -10,9 +10,9 @@ end # Remember to update the formula for Cabal when updating this formula class Ghc <Formula homepage 'http://haskell.org/ghc/' - version '6.12.1' + version '6.12.2' url "http://haskell.org/ghc/dist/#{version}/GHC-#{version}-i386.pkg" - md5 '7f50698a6f34b978027a43fd836443e7' + md5 '52c79e7a1a29f0e385e23b3023ef6bbc' # Avoid stripping the Haskell binaries AND libraries; http://hackage.haskell.org/trac/ghc/ticket/2458 skip_clean ['bin', 'lib'] |
