From e14c46a6ad0ace11961cb343ed0d4f14b85f48ad Mon Sep 17 00:00:00 2001 From: "Mark A. Matienzo" Date: Wed, 18 Apr 2012 01:47:16 -0400 Subject: [PATCH] ghc: readd explicit version numbers Fixes Homebrew/homebrew#11719. Signed-off-by: Adam Vandenberg --- Formula/ghc.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/ghc.rb b/Formula/ghc.rb index 174967928a..0430505787 100644 --- a/Formula/ghc.rb +++ b/Formula/ghc.rb @@ -15,6 +15,7 @@ end class Ghc < Formula homepage 'http://haskell.org/ghc/' + version '7.0.4' if Hardware.is_64_bit? and not ARGV.build_32_bit? url "http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-apple-darwin.tar.bz2" md5 'af89d3d2ca6e9b23384baacb7d8161dd' @@ -24,6 +25,7 @@ class Ghc < Formula end devel do + version '7.4.1' if Hardware.is_64_bit? and not ARGV.build_32_bit? url "http://www.haskell.org/ghc/dist/7.4.1/ghc-7.4.1-x86_64-apple-darwin.tar.bz2" md5 '04a572f72c25e9d8fcbd7e9363d276bf'