aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-06 10:16:02 -0700
committerAdam Vandenberg2012-08-06 10:16:02 -0700
commit9142e1d45118fc356a91c0ff872771c045d2905b (patch)
tree693f2ca97a7e2b709c574a9e34049da09c5cc7e4
parentd1a7debc75f4fc9d299753b1a841980198722c99 (diff)
downloadhomebrew-9142e1d45118fc356a91c0ff872771c045d2905b.tar.bz2
ghc: still doesn't work with Clang 421
-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 630f93078..31aaa02df 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -31,7 +31,7 @@ class Ghc < Formula
skip_clean ['bin', 'lib']
fails_with :clang do
- build 318
+ build 421
cause <<-EOS.undent
Building with Clang configures GHC to use Clang as its preprocessor,
which causes subsequent GHC-based builds to fail.