aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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'