aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ghc.rb
diff options
context:
space:
mode:
authorSudish Joseph2011-06-19 17:16:19 -0400
committerAdam Vandenberg2011-06-19 14:52:17 -0700
commit70c6ca0bbc099dc722ab91a568aefb5e511567eb (patch)
tree4f3d2cd8952a42b8bbc175346679c9fccfd10c41 /Library/Formula/ghc.rb
parentacac2a527c1d78555266b488a97e31e9c11f12e9 (diff)
downloadhomebrew-70c6ca0bbc099dc722ab91a568aefb5e511567eb.tar.bz2
GHC 7.0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ghc.rb')
-rw-r--r--Library/Formula/ghc.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/ghc.rb b/Library/Formula/ghc.rb
index 3ac76a9b9..222d7f44e 100644
--- a/Library/Formula/ghc.rb
+++ b/Library/Formula/ghc.rb
@@ -1,15 +1,14 @@
require 'formula'
-# require 'hardware'
class Ghc < Formula
homepage 'http://haskell.org/ghc/'
- version '7.0.3'
+ version '7.0.4'
if ARGV.include? '--64bit'
- url "http://www.haskell.org/ghc/dist/7.0.3/ghc-7.0.3-x86_64-apple-darwin.tar.bz2"
- md5 '8a514a022ce21b8672f00054244faf26'
+ url "http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-x86_64-apple-darwin.tar.bz2"
+ md5 'af89d3d2ca6e9b23384baacb7d8161dd'
else
- url "http://www.haskell.org/ghc/dist/7.0.3/ghc-7.0.3-i386-apple-darwin.tar.bz2"
- md5 '649912037de756cf4570f84e5d53cf9c'
+ url "http://www.haskell.org/ghc/dist/7.0.4/ghc-7.0.4-i386-apple-darwin.tar.bz2"
+ md5 'ce297e783d113cf1547386703d1b1061'
end
# Avoid stripping the Haskell binaries & libraries.