Skip to content

Commit

Permalink
hledger: depend on ghc (#16125)
Browse files Browse the repository at this point in the history
instead of ghc@8.0
  • Loading branch information
ilovezfs committed Jul 27, 2017
1 parent 0cc4487 commit 6364dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/hledger.rb
Expand Up @@ -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
Expand Down

0 comments on commit 6364dc5

Please sign in to comment.