Skip to content

Commit

Permalink
idris: depend on ghc@8.2 at build time (#25526)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Mar 21, 2018
1 parent 8a8cd7d commit 7ae4fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/idris.rb
Expand Up @@ -16,7 +16,7 @@ class Idris < Formula
end

depends_on "cabal-install" => :build
depends_on "ghc" => :build
depends_on "ghc@8.2" => :build
depends_on "pkg-config" => :build
depends_on "libffi"

Expand Down

0 comments on commit 7ae4fc6

Please sign in to comment.