git-annex: depend on ghc@8.0

This commit is contained in:
ilovezfs 2017-07-27 07:32:24 -07:00
parent 04151d9b73
commit 2f0c92c2cf

View file

@ -35,7 +35,7 @@ class GitAnnex < Formula
option "with-git-union-merge", "Build the git-union-merge tool"
depends_on "ghc" => :build
depends_on "ghc@8.0" => :build
depends_on "cabal-install" => :build
depends_on "pkg-config" => :build
depends_on "gsasl"