aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMisty De Meo2013-09-26 19:08:45 -0700
committerMisty De Meo2013-09-26 20:30:41 -0700
commit42648bc78afcca3e9afc00f6221ff1ab285f435f (patch)
treec6378473c62647d4f1000830af767b928295c9f8 /Library/Formula
parentdd43a9552ad1b3a7be6aadd8bb5f0147b4224fbc (diff)
downloadhomebrew-42648bc78afcca3e9afc00f6221ff1ab285f435f.tar.bz2
ghc: remove 10.8 bottle
See #22847 - the bottle is broken on Xcode 5.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ghc.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb
index 91d08f856..4529fdb55 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -5,8 +5,9 @@ class Ghc < Formula
url 'http://www.haskell.org/ghc/dist/7.6.3/ghc-7.6.3-src.tar.bz2'
sha1 '8938e1ef08b37a4caa071fa169e79a3001d065ff'
+ # NOTE: no Mt. Lion bottle because it was configured to use /usr/bin/gcc,
+ # which is actually clang on Xcode 5
bottle do
- sha1 '332ed50be17831557b5888f7e8395f1beb008731' => :mountain_lion
sha1 '64a7548eb2135a4b5f2276e59f435a39c2d2961f' => :lion
sha1 '166bf3c8a512b58da4119b2997a1f45c1f7c65b5' => :snow_leopard
end