From 6364dc53cbc1abd53c8374c8e8ea3244b4add5c3 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Thu, 27 Jul 2017 11:25:34 -0700 Subject: [PATCH] hledger: depend on ghc (#16125) instead of ghc@8.0 --- Formula/hledger.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/hledger.rb b/Formula/hledger.rb index 4373f0c5e3406..508f4690d8d61 100644 --- a/Formula/hledger.rb +++ b/Formula/hledger.rb @@ -15,7 +15,7 @@ class Hledger < Formula sha256 "15038796cdab0dd16bbd3a7d42344bbea4ba1694b2ecda0e0b7d8a1f87765768" => :yosemite end - depends_on "ghc@8.0" => :build + depends_on "ghc" => :build depends_on "cabal-install" => :build def install