From f11cab05e01f6efe315ebcb9df6ba6bf79e405c6 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 8 Mar 2014 07:42:22 -0800 Subject: ghc: move patches out of if block --- Library/Formula/ghc.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3