aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-03-31 19:20:32 +0100
committerMike McQuaid2015-03-31 19:20:41 +0100
commitd7fe7b8e09c4dd6f3c92a79ba5772ecdd7135b7d (patch)
treef65b0cb34736a3dcba757a06f648ceafadda7461 /Library
parent28c1cf9378eb7a949103438c9906904d11ba7b21 (diff)
downloadhomebrew-d7fe7b8e09c4dd6f3c92a79ba5772ecdd7135b7d.tar.bz2
ghc: depend on gmp again temporarily.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ghc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb
index 5cfb0b79c..1f59fb5ef 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -16,7 +16,7 @@ class Ghc < Formula
# http://hackage.haskell.org/trac/ghc/ticket/6009
depends_on :macos => :snow_leopard
- depends_on "gmp" => :build
+ depends_on "gmp"
depends_on "gcc" if MacOS.version == :mountain_lion
if build.build_32_bit? || !MacOS.prefer_64_bit?