Skip to content

Commit

Permalink
purescript: v0.6.9.5
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#39238.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
geoff-nixon authored and jacknagel committed May 1, 2015
1 parent 578132d commit a7093b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/purescript.rb
Expand Up @@ -4,17 +4,17 @@ class Purescript < Formula
include Language::Haskell::Cabal

homepage "http://www.purescript.org"
url "https://hackage.haskell.org/package/purescript-0.6.8/purescript-0.6.8.tar.gz"
sha1 "70fd4d3109d61c34c8898a30d222c4b1ad8fd7a5"
url "https://github.com/purescript/purescript/archive/v0.6.9.5.tar.gz"
sha256 "b7d24ce85c65a9d2adb178d2e9b628f8d4f5a33103c3da6f3312c63a1048ff80"

bottle do
sha1 "b5628dbaabd07215c54979156b2d2f66fb6034c0" => :yosemite
sha1 "0d082d33a31bae337188e0866180120a8b38c66d" => :mavericks
sha1 "e9bbad2add5f0961926a0df8adbd8a3848781747" => :mountain_lion
end

depends_on "ghc" => :build
depends_on "cabal-install" => :build
depends_on "ghc"

def install
install_cabal_package
Expand Down

0 comments on commit a7093b3

Please sign in to comment.