aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorrhysd2012-06-06 03:03:15 +0900
committerCharlie Sharpsteen2012-06-05 15:44:48 -0700
commit550a2fa83098dd037d9e847a04fb7a939baf6e1d (patch)
tree15a83d3fc43159e0bc6254f2ede89555b9a52c1b /Library
parent3384702ff7b8f75a80613da6c4499a947bcd1c4d (diff)
downloadhomebrew-550a2fa83098dd037d9e847a04fb7a939baf6e1d.tar.bz2
haskell-platform: Update to 2012.2.0.0
Haskell-platform has updated to 2012.2.0.0. Closes #12605. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
-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 4afd23927..567135b16 100644
--- a/Library/Formula/haskell-platform.rb
+++ b/Library/Formula/haskell-platform.rb
@@ -1,9 +1,9 @@
require 'formula'
class HaskellPlatform < Formula
- url 'http://lambda.haskell.org/platform/download/2011.4.0.0/haskell-platform-2011.4.0.0.tar.gz'
homepage 'http://hackage.haskell.org/platform/'
- sha1 '0dc3abd2f046f4437b7ea0bf1588175f16cd439b'
+ url 'http://lambda.haskell.org/platform/download/2012.2.0.0/haskell-platform-2012.2.0.0.tar.gz'
+ sha1 '91405b8d864d35d90effb9aac3ad9309ea6d86a7'
depends_on 'ghc'