From 493f32b8a5759f3afc9b5aa01771e0d3a442808d Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Wed, 4 May 2016 02:45:43 -0700 Subject: [PATCH] haskell-stack 1.1.0 Closes #832. Signed-off-by: Dominyk Tiller --- Formula/haskell-stack.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/haskell-stack.rb b/Formula/haskell-stack.rb index 269428a21a..64b050ab74 100644 --- a/Formula/haskell-stack.rb +++ b/Formula/haskell-stack.rb @@ -5,8 +5,8 @@ class HaskellStack < Formula desc "The Haskell Tool Stack" homepage "http://haskellstack.org" - url "https://github.com/commercialhaskell/stack/archive/v1.0.4.3.tar.gz" - sha256 "30dbf61cb8660ab52602c37bf41c31522af30609408d5ae0c20f6edbdb021ce8" + url "https://github.com/commercialhaskell/stack/archive/v1.1.0.tar.gz" + sha256 "591c8a95e81b2958f1034963f54f2c60c27dc8e445b0265c39dbb82d8c1a8adf" head "https://github.com/commercialhaskell/stack.git"