aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-07-29 12:24:12 +0100
committerMike McQuaid2014-07-29 13:39:58 +0200
commit36bd3f0f813a492198b682ecbd747d39934d781e (patch)
tree868108976c9721c838811113733df759b078e77f /Library
parentdd4c9b99efad429c624e2227e9b6348daac2040c (diff)
downloadhomebrew-36bd3f0f813a492198b682ecbd747d39934d781e.tar.bz2
haskell-platform: add 2013.2.0.0_1 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/haskell-platform.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/haskell-platform.rb b/Library/Formula/haskell-platform.rb
index 6e12cc829..c3b2a9e59 100644
--- a/Library/Formula/haskell-platform.rb
+++ b/Library/Formula/haskell-platform.rb
@@ -4,6 +4,12 @@ class HaskellPlatform < Formula
homepage "http://hackage.haskell.org/platform/"
url "http://lambda.haskell.org/platform/download/2013.2.0.0/haskell-platform-2013.2.0.0.tar.gz"
sha1 "8669bb5add1826c0523fb130c095fb8bf23a30ce"
+ bottle do
+ sha1 "87ee98c01e11b63903074285749c284ae50f1b6a" => :mavericks
+ sha1 "03b7b5b66c02af03fac4ce5e8d305377997d19da" => :mountain_lion
+ sha1 "95d3a37c87a96ba0703dd4f9065661583fa9b902" => :lion
+ end
+
revision 1
depends_on "ghc"