aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark A. Matienzo2012-04-18 01:47:16 -0400
committerAdam Vandenberg2012-04-18 07:06:02 -0700
commit506e48d7c5c0875daec12b189206e59f02bc31ab (patch)
treec2422086856cebae4adda9d199ef0d61e6ccd79e
parent10649d7dc6d6aa9384dbc344f8897ffc3cff5638 (diff)
downloadhomebrew-506e48d7c5c0875daec12b189206e59f02bc31ab.tar.bz2
ghc: readd explicit version numbers
Fixes #11719. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/ghc.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb
index 174967928..043050578 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -15,6 +15,7 @@ end
class Ghc < Formula
homepage 'http://haskell.org/ghc/'
+ version '7.0.4'
if Hardware.is_64_bit? and not ARGV.build_32_bit?
url "http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-apple-darwin.tar.bz2"
md5 'af89d3d2ca6e9b23384baacb7d8161dd'
@@ -24,6 +25,7 @@ class Ghc < Formula
end
devel do
+ version '7.4.1'
if Hardware.is_64_bit? and not ARGV.build_32_bit?
url "http://www.haskell.org/ghc/dist/7.4.1/ghc-7.4.1-x86_64-apple-darwin.tar.bz2"
md5 '04a572f72c25e9d8fcbd7e9363d276bf'