diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mighttpd2.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/mighttpd2.rb b/Library/Formula/mighttpd2.rb index 385dc24c1..d28afa38d 100644 --- a/Library/Formula/mighttpd2.rb +++ b/Library/Formula/mighttpd2.rb @@ -8,6 +8,12 @@ class Mighttpd2 < Formula url "http://hackage.haskell.org/package/mighttpd2-3.2.0/mighttpd2-3.2.0.tar.gz" sha1 "878a9e03ad3a62221dab22cb6412ae446368e1bd" + bottle do + sha1 "3bcfd785e9a7d222a12902e962862813593364c5" => :mavericks + sha1 "cdf75e3f624eb5434e481cd1687adee204fcd8d4" => :mountain_lion + sha1 "7ed2f8494dd3acc179b63572d2a9df104ee915f8" => :lion + end + depends_on "ghc" => :build depends_on "cabal-install" => :build depends_on "gmp" |
