diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ghc.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb index 619f8cf2c..e1835a0cd 100644 --- a/Library/Formula/ghc.rb +++ b/Library/Formula/ghc.rb @@ -66,8 +66,10 @@ class Ghc < Formula which causes subsequent GHC-based builds to fail. EOS end + end - def patches + def patches + if build.stable? # Fixes 7.6.3 compilation on 10.9 DATA if MacOS.version >= :mavericks end |
