diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ghc.rb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb index a13093df6..2e2dadd4f 100644 --- a/Library/Formula/ghc.rb +++ b/Library/Formula/ghc.rb @@ -71,13 +71,9 @@ class Ghc < Formula url "https://github.com/ghc/testsuite/archive/ghc-7.6.3-release.tar.gz" sha1 "6a1973ae3cccdb2f720606032ae84ffee8680ca1" end - end - def patches - if build.stable? - # Fixes 7.6.3 compilation on 10.9 - DATA if MacOS.version >= :mavericks - end + # Fixes 7.6.3 compilation on 10.9 + patch :DATA if MacOS.version >= :mavericks end def install |
