ghc: readd explicit version numbers

Fixes Homebrew/homebrew#11719.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Mark A. Matienzo 2012-04-18 01:47:16 -04:00 committed by Adam Vandenberg
parent 7185818e71
commit e14c46a6ad

View file

@ -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'