From a2c0d6cfa1f270da29094dc0294060d426ea4670 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sat, 25 Mar 2017 22:32:55 -0700 Subject: [PATCH] purescript 0.11.0 Closes #11598. Signed-off-by: ilovezfs --- Formula/purescript.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/purescript.rb b/Formula/purescript.rb index 9b3e34b1fc..f725493ba8 100644 --- a/Formula/purescript.rb +++ b/Formula/purescript.rb @@ -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.10.7.tar.gz" - sha256 "059c016dc4af550f1f39db55095488653795025d72023fdcbab366d0c4af704e" + url "https://github.com/purescript/purescript/archive/v0.11.0.tar.gz" + sha256 "3ba5469b1244933dd2fe6fd62ec11c34b606863bf37280d0b53953eb271642a9" head "https://github.com/purescript/purescript.git" bottle do @@ -31,7 +31,7 @@ class Purescript < Formula main :: Int main = 1 EOS - system bin/"psc", test_module_path, "-o", test_target_path + system bin/"purs", "compile", test_module_path, "-o", test_target_path assert File.exist?(test_target_path) end end