From 52208592962726f490af1a847a8e470e26e7186b Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 27 Jul 2017 07:32:24 -0700 Subject: [PATCH] haskell-stack: depend on ghc@8.0 --- Formula/haskell-stack.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/haskell-stack.rb b/Formula/haskell-stack.rb index 785a793982..e394871621 100644 --- a/Formula/haskell-stack.rb +++ b/Formula/haskell-stack.rb @@ -19,7 +19,7 @@ class HaskellStack < Formula option "without-bootstrap", "Don't bootstrap a stage 2 stack" - depends_on "ghc" => :build + depends_on "ghc@8.0" => :build depends_on "cabal-install" => :build def install