aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAku Kotkavuo2010-07-23 03:56:31 +0300
committerAdam Vandenberg2010-07-25 19:09:02 -0700
commit059cc55d1f4caf77b3d8b1d7f9b9a8c718be3e5d (patch)
treea8e8ed9c9a383e86892b8260698089a1cfdbaaec /Library/Formula
parent8a8790356f8436593bad7169597522a825d41400 (diff)
downloadhomebrew-059cc55d1f4caf77b3d8b1d7f9b9a8c718be3e5d.tar.bz2
Update haskell-platform to 2010.2.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/haskell-platform.rb9
1 files changed, 4 insertions, 5 deletions
diff --git a/Library/Formula/haskell-platform.rb b/Library/Formula/haskell-platform.rb
index 4c1c11754..e8d2a1824 100644
--- a/Library/Formula/haskell-platform.rb
+++ b/Library/Formula/haskell-platform.rb
@@ -1,17 +1,16 @@
require 'formula'
class HaskellPlatform <Formula
- url 'http://hackage.haskell.org/platform/2010.1.0.0/haskell-platform-2010.1.0.0.tar.gz'
+ url 'http://hackage.haskell.org/platform/2010.2.0.0/haskell-platform-2010.2.0.0.tar.gz'
homepage 'http://hackage.haskell.org/platform/'
- md5 'ad96a12535b955f2f5e11769b02e0f76'
- version '2010.1.0.0'
+ md5 '9d1dd22a86bf2505591e6375f7dbe18e'
+ version '2010.2.0.0'
depends_on 'ghc'
def install
- # haskell-platform expects 6.12.1 but we have 6.12.3, so force the issue.
# libdir doesn't work if passed to configure, needs to be passed to make install
- system "./configure", "--prefix=#{prefix}", "--enable-unsupported-ghc-version"
+ system "./configure", "--prefix=#{prefix}"
system %Q(EXTRA_CONFIGURE_OPTS="--libdir=#{lib}/ghc" make install)
end