aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-04 13:46:08 -0800
committerAdam Vandenberg2013-02-04 13:46:39 -0800
commitcde77be078d129b0c4203d0067a17daffed13c0f (patch)
tree4f757667699c110c703dccdc45d4acb7384f529b /Library/Formula
parenteaf7dbf0ad2262008f87d0128d974124b8994a6f (diff)
downloadhomebrew-cde77be078d129b0c4203d0067a17daffed13c0f.tar.bz2
ghc: still fails with clang 425
Closes 17575.
Diffstat (limited to 'Library/Formula')
-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 3a76cc805..504e4992c 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -46,7 +46,7 @@ class Ghc < Formula
end
fails_with :clang do
- build 421
+ build 425
cause <<-EOS.undent
Building with Clang configures GHC to use Clang as its preprocessor,
which causes subsequent GHC-based builds to fail.