Skip to content

Commit

Permalink
purescript 0.9.1
Browse files Browse the repository at this point in the history
Closes #1642.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
  • Loading branch information
schrepfler authored and UniqMartin committed Jun 2, 2016
1 parent e8b284a commit 9905001
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Formula/purescript.rb
Expand Up @@ -5,8 +5,8 @@ class Purescript < Formula

desc "Strongly typed programming language that compiles to JavaScript"
homepage "http://www.purescript.org"
url "https://github.com/purescript/purescript/archive/v0.8.5.tar.gz"
sha256 "352c0c311710907d112e5d2745e7b152adc4d7b23aff3f069c463eceedddec17"
url "https://github.com/purescript/purescript/archive/v0.9.1.tar.gz"
sha256 "ae5f565c1a5ce04cb3bb972be33855d2b932a1866fd8c21eb1f714692b951abc"
head "https://github.com/purescript/purescript.git"

bottle do
Expand All @@ -16,11 +16,6 @@ class Purescript < Formula
sha256 "dccd44a886e5e8d8502fbc347399de854a1927607534c515a318e2e25a0e9b3a" => :mavericks
end

devel do
url "https://github.com/purescript/purescript/archive/v0.9.0.tar.gz"
sha256 "3c08582cacb909fbf2d2db7e7681afa14efd105d2e47ad93998377b273b853b8"
end

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

Expand Down

0 comments on commit 9905001

Please sign in to comment.