git-annex: depend on ghc@8.0
This commit is contained in:
parent
04151d9b73
commit
2f0c92c2cf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue