From c2a8ff8ae7a7d5242824e9229c6ee301debd70c2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 25 Sep 2013 00:42:45 +0100 Subject: ghc: depend on apple-gcc42 on >=10.8. --- Library/Formula/ghc.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb index 4529fdb55..bbfb32256 100644 --- a/Library/Formula/ghc.rb +++ b/Library/Formula/ghc.rb @@ -17,6 +17,8 @@ class Ghc < Formula # http://hackage.haskell.org/trac/ghc/ticket/6009 depends_on :macos => :snow_leopard + depends_on 'apple-gcc42' if MacOS.version >= :mountain_lion + option '32-bit' option 'tests', 'Verify the build using the testsuite in Fast Mode, 5 min' -- cgit v1.2.3