Updated ghc to 6.12.2.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
348a6bf2d2
commit
559ea72d8d
1 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue