aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2011-04-15 19:56:45 -0500
committerAdam Vandenberg2011-04-16 11:22:24 -0700
commitaae3607d31807bd13325c2952f2dc366f7779a7f (patch)
tree34044ea8819b5914df79b1763331a0b893423f2a
parentcb77a0e98251c3c969c027f0015e56b12e33763e (diff)
downloadhomebrew-aae3607d31807bd13325c2952f2dc366f7779a7f.tar.bz2
Haskell Platform 2011.2.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/haskell-platform.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/haskell-platform.rb b/Library/Formula/haskell-platform.rb
index bcb2e21c0..2fc39a44b 100644
--- a/Library/Formula/haskell-platform.rb
+++ b/Library/Formula/haskell-platform.rb
@@ -1,10 +1,10 @@
require 'formula'
class HaskellPlatform < Formula
- url 'http://lambda.galois.com/hp-tmp/2011.2.0.0/haskell-platform-2011.2.0.0.tar.gz'
+ url 'http://lambda.galois.com/hp-tmp/2011.2.0.1/haskell-platform-2011.2.0.1.tar.gz'
homepage 'http://hackage.haskell.org/platform/'
- md5 'b259698a93986b8679a0b0a415780e3a'
- version '2011.2.0.0'
+ md5 '97fd42f169a426d043368cec342745ef'
+ version '2011.2.0.1'
depends_on 'ghc'