aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChandler Latour2012-11-06 12:35:34 -0600
committerCharlie Sharpsteen2012-11-07 17:38:39 -0800
commitd652c012012e36946dcbfe2e79b3716c5912a891 (patch)
tree16720a83e19c68bde2bd3200955feb37601409fa /Library/Formula
parent5f1cee1b8c8a835f189fc6a05150dcb30fc4ab4f (diff)
downloadhomebrew-d652c012012e36946dcbfe2e79b3716c5912a891.tar.bz2
updated haskell-platform to 2012.4.0.0
Closes #15889. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/haskell-platform.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/haskell-platform.rb b/Library/Formula/haskell-platform.rb
index 567135b16..e84952ac3 100644
--- a/Library/Formula/haskell-platform.rb
+++ b/Library/Formula/haskell-platform.rb
@@ -2,8 +2,8 @@ require 'formula'
class HaskellPlatform < Formula
homepage 'http://hackage.haskell.org/platform/'
- url 'http://lambda.haskell.org/platform/download/2012.2.0.0/haskell-platform-2012.2.0.0.tar.gz'
- sha1 '91405b8d864d35d90effb9aac3ad9309ea6d86a7'
+ url 'http://lambda.haskell.org/platform/download/2012.4.0.0/haskell-platform-2012.4.0.0.tar.gz'
+ sha1 '7976508c50305969f64c721a1d095ae22efff8b7'
depends_on 'ghc'