aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-09-25 00:42:45 +0100
committerMike McQuaid2013-09-27 08:17:47 +0100
commitc2a8ff8ae7a7d5242824e9229c6ee301debd70c2 (patch)
treecc52b8d164a940da8382317f324ef349c136c776 /Library/Formula
parentc0e47365c352fb1c48c1522ab5f37eaf18c9d75e (diff)
downloadhomebrew-c2a8ff8ae7a7d5242824e9229c6ee301debd70c2.tar.bz2
ghc: depend on apple-gcc42 on >=10.8.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ghc.rb2
1 files changed, 2 insertions, 0 deletions
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'