Skip to content

Commit

Permalink
agda: ghc is a build-time dependency.
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#39209.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
geoff-nixon authored and MikeMcQuaid committed May 13, 2015
1 parent 8e2f424 commit bacf448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/agda.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ class Agda < Formula
option "with-malonzo-ffi",
"Include the MAlonzo backend's FFI (depends on the standard library)"

depends_on "ghc" => :build
depends_on "cabal-install" => :build
depends_on "ghc"

depends_on "gmp"
depends_on "bdw-gc" if build.with? "epic-backend"
depends_on "emacs" => :optional
Expand Down

0 comments on commit bacf448

Please sign in to comment.