aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghc.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-04-05 20:30:45 -0700
committerAdam Vandenberg2012-04-05 20:30:45 -0700
commit7e6123609a0a2e086dc84043e32cdaee8067e5fa (patch)
treed349a78620c867375b946b2df4c4428a5e2553f7 /Library/Formula/ghc.rb
parent5ed1927ce36603cfb4dd89377ebaf2ca0e831c80 (diff)
downloadhomebrew-7e6123609a0a2e086dc84043e32cdaee8067e5fa.tar.bz2
fix audit warnings
Diffstat (limited to 'Library/Formula/ghc.rb')
-rw-r--r--Library/Formula/ghc.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb
index 9cbdd8b3a..2ea9a3dc2 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -2,7 +2,6 @@ require 'formula'
class Ghc < Formula
homepage 'http://haskell.org/ghc/'
- version '7.0.4'
if ARGV.include? '--64bit'
url "http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-apple-darwin.tar.bz2"
md5 'af89d3d2ca6e9b23384baacb7d8161dd'
@@ -12,7 +11,6 @@ class Ghc < Formula
end
devel do
- version '7.4.1'
if ARGV.include? '--64bit'
url "http://www.haskell.org/ghc/dist/7.4.1/ghc-7.4.1-x86_64-apple-darwin.tar.bz2"
md5 '04a572f72c25e9d8fcbd7e9363d276bf'