aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-03-08 07:11:52 -0800
committerAdam Vandenberg2014-03-08 14:32:56 -0800
commit59eb5ae626461484cc845d40d485bec12733abf0 (patch)
tree6f268953b7ca03f7c39a3ec0bdc53efabdfe7a1b /Library
parent38471cf043431de6dff3f351c8c504df4ba2842a (diff)
downloadhomebrew-59eb5ae626461484cc845d40d485bec12733abf0.tar.bz2
ghc: replace unless with if
Diffstat (limited to 'Library')
-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 6dc282c82..619f8cf2c 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -34,7 +34,7 @@ class Ghc < Formula
end
end
- unless build.devel?
+ if build.stable?
env :std
# http://hackage.haskell.org/trac/ghc/ticket/6009