From 8f6eac9a8aa166ea7672d4901a710cfdbcb25a10 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Fri, 20 May 2016 15:36:21 -0700 Subject: [PATCH] haskell-stack 1.1.2 Closes #1319. Signed-off-by: Martin Afanasjew --- 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 be4b67e95d..fda36fe55a 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.1.0.tar.gz" - sha256 "591c8a95e81b2958f1034963f54f2c60c27dc8e445b0265c39dbb82d8c1a8adf" + url "https://github.com/commercialhaskell/stack/archive/v1.1.2.tar.gz" + sha256 "8f43d69a00a8861b156705a634e55179524cefbd98e6c29182e7bdcb57d8b3be" head "https://github.com/commercialhaskell/stack.git"