diff options
| author | BrewTestBot | 2015-02-28 17:24:49 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-28 18:13:13 +0000 | 
| commit | 0d44e4f70e70eaaa144b04b4c86ba613488e6813 (patch) | |
| tree | c4ab2d8a3cfc0ee92cffffac2e5c384b3011f249 /Library/Formula/purescript.rb | |
| parent | 13b03bb6dafe555b4305a502bd8f7d8ab64fe142 (diff) | |
| download | homebrew-0d44e4f70e70eaaa144b04b4c86ba613488e6813.tar.bz2 | |
purescript: add 0.6.8 bottle.
Diffstat (limited to 'Library/Formula/purescript.rb')
| -rw-r--r-- | Library/Formula/purescript.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/purescript.rb b/Library/Formula/purescript.rb index 8e52cd662..4f9e72d1b 100644 --- a/Library/Formula/purescript.rb +++ b/Library/Formula/purescript.rb @@ -7,6 +7,12 @@ class Purescript < Formula    url "http://hackage.haskell.org/package/purescript-0.6.8/purescript-0.6.8.tar.gz"    sha1 "70fd4d3109d61c34c8898a30d222c4b1ad8fd7a5" +  bottle do +    sha1 "b5628dbaabd07215c54979156b2d2f66fb6034c0" => :yosemite +    sha1 "0d082d33a31bae337188e0866180120a8b38c66d" => :mavericks +    sha1 "e9bbad2add5f0961926a0df8adbd8a3848781747" => :mountain_lion +  end +    depends_on "cabal-install" => :build    depends_on "ghc" | 
